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.sourceSystem()Returns the value of thesourceSystemrecord component.ScenarioStep.sourceSystem()Returns the value of thesourceSystemrecord component.Feature.system()Message.system()Returns the value of thesystemrecord component.ResultStep.targetSystem()Returns the value of thetargetSystemrecord 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) static ResultStepResultStep.direct(ScenarioStep scenarioStep, int depth, System sourceSystem, Message message, String messageComment, System targetSystem) static ResultStepResultStep.indirect(ScenarioStep scenarioStep, int depth, System sourceSystem, Message message, String messageComment, System targetSystem, Rule rule) 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.ResultStep(ScenarioStep scenarioStep, int depth, System sourceSystem, Message message, String messageComment, System targetSystem, Rule rule) Creates an instance of aResultSteprecord class.ScenarioStep(Scenario scenario, System sourceSystem, Message message, String commentOnMessage) Creates an instance of aScenarioSteprecord class.