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 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) ScenarioStep.scenario()Returns the value of thescenariorecord component.default Scenariodefault Scenariodefault ScenarioScenario.variant(Condition.Variant variant) 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<Universe.ResultStep, String> toMarkdown) Constructors in de.xam.featdoc.system with parameters of type ScenarioModifierConstructorDescriptionScenarioStep(Scenario scenario, System source, System target, Rule.RulePart rulePart) Creates an instance of aScenarioSteprecord class.