Uses of Class
de.xam.featdoc.system.Scenario
Packages that use Scenario
-
Uses of Scenario in de.xam.featdoc
Methods in de.xam.featdoc with parameters of type ScenarioModifier and TypeMethodDescriptionstatic voidFeatDoc.scenarioPage(Universe universe, Scenario scenario, IWikiContext wikiContext, LineWriter lineWriter) -
Uses of Scenario in de.xam.featdoc.system
Methods in de.xam.featdoc.system that return ScenarioModifier and TypeMethodDescriptionScenarioStep.scenario()Returns the value of thescenariorecord component.Methods in de.xam.featdoc.system that return types with arguments of type ScenarioMethods in de.xam.featdoc.system with parameters of type ScenarioModifier and TypeMethodDescriptionUniverse.computeResultingSteps(Scenario scenario) Universe.toSequence(Scenario scenario) Universe.toTrees(Scenario scenario, Function<ResultStep, String> toMarkdown) Constructors in de.xam.featdoc.system with parameters of type ScenarioModifierConstructorDescriptionScenarioStep(Scenario scenario, System sourceSystem, Message message, String commentOnMessage) Creates an instance of aScenarioSteprecord class.