Uses of Class
de.xam.featdoc.system.System
Packages that use System
-
Uses of System in de.xam.featdoc
Methods in de.xam.featdoc with parameters of type SystemModifier and TypeMethodDescriptionstatic voidFeatDoc.systemPage(Universe universe, System system, IWikiContext wikiContext, LineWriter lineWriter) -
Uses of System in de.xam.featdoc.system
Methods in de.xam.featdoc.system that return SystemModifier and TypeMethodDescriptionStep.source()Returns the value of thesourcerecord component.Universe.ResultStep.source()Returns the value of thesourcerecord component.Event.system()Returns the value of thesystemrecord component.Feature.system()Step.target()Returns the value of thetargetrecord component.Universe.ResultStep.target()Returns the value of thetargetrecord component.Methods in de.xam.featdoc.system that return types with arguments of type SystemModifier and TypeMethodDescriptionScenario.systems()distinct and sortedUniverse.systems()Universe.systemsCalledFrom(System system) Universe.systemsCalling(System system) all systems calling 'system', looking in all rules and scenariosUniverse.systemsProducing(Event event) Methods in de.xam.featdoc.system with parameters of type SystemModifier and TypeMethodDescriptionScenario.asyncEvent(System source, System target, Event event) Alias forScenario.step(System, System, Event)to ease refactoring/refinement of scenariosScenario.asyncEvent(System source, System target, String event) intAlias forScenario.step(System, System, Event)to ease refactoring/refinement of scenariosUniverse.systemsCalledFrom(System system) Universe.systemsCalling(System system) all systems calling 'system', looking in all rules and scenariosMethod parameters in de.xam.featdoc.system with type arguments of type SystemModifier and TypeMethodDescriptionvoidUniverse.forEachEdge(BiConsumer<System, System> source_target) voidUniverse.forEachEdge(BiConsumer<System, System> source_target) Constructors in de.xam.featdoc.system with parameters of type System