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 TypeMethodDescriptionScenarioStep.source()Returns the value of thesourcerecord component.Universe.ResultStep.source()Returns the value of thesourcerecord component.Feature.system()Message.system()Returns the value of thesystemrecord component.ScenarioStep.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()Direct scenario systems, not indirectly called systems.Universe.systems()Universe.systemsCalledFrom(System system) Universe.systemsCalling(System system) all systems calling 'system', looking in all rules and scenariosUniverse.systemsProducing(Message message) Methods in de.xam.featdoc.system with parameters of type SystemModifier and TypeMethodDescriptiondefault ScenarioScenarioApi.asyncEvent(System source, System target, Message message) default ScenarioScenarioApi.asyncEvent(System source, System target, Message message, String comment) default ScenarioScenarioApi.asyncEvent(System source, System target, String event) intdefault Scenariodefault Scenariodefault ScenarioUniverse.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 SystemModifierConstructorDescriptionCreates an instance of aMessagerecord class.ResultStep(Feature feature, Rule rule, Rule.RulePart rulePart, int depth, ScenarioStep causeFromScenario, System source, System target) Creates an instance of aResultSteprecord class.ScenarioStep(Scenario scenario, System source, System target, Rule.RulePart rulePart) Creates an instance of aScenarioSteprecord class.