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 TypeMethodDescriptionResultStep.effectSystem()ScenarioStep.sourceSystem()Returns the value of thesourceSystemrecord component.CauseAndEffect.system()Feature.system()Message.system()Returns the value of thesystemrecord component.RuleCause.system()RuleEffect.system()ScenarioStep.system()TerminalEffect.system()Returns the value of thesystemrecord component.Methods in de.xam.featdoc.system that return types with arguments of type SystemModifier and TypeMethodDescriptionstatic Comparator<System>System.comparator()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 TypeMethodDescriptionintstatic MessageMessage.create(System system, Message.Kind kind, String label) Universe.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 SystemModifierConstructorDescriptionMessage(System system, Message.Direction direction, Timing timing, String name) Creates an instance of aMessagerecord class.ScenarioStep(Scenario scenario, System sourceSystem, Message message, String commentOnMessage) Creates an instance of aScenarioSteprecord class.TerminalEffect(Rule rule, Message message, String comment, System system) Creates an instance of aTerminalEffectrecord class.