IsProcessScenario

camundala.simulation.IsProcessScenario
sealed trait IsProcessScenario extends HasProcessSteps with SScenario

Attributes

Graph
Supertypes
trait SScenario
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
SScenario
def inOut: InOut[_, _, _]

Attributes

Inherited from:
SScenario
def isIgnored: Boolean

Attributes

Inherited from:
SScenario
def name: String

Attributes

Inherited from:
ScenarioOrStep
def process: Process[_, _]

Attributes

Inherited from:
HasProcessSteps
def steps: List[SStep]

Attributes

Inherited from:
HasProcessSteps
def typeName: String

Attributes

Inherited from:
ScenarioOrStep
def withSteps(steps: List[SStep]): SScenario

Attributes

Inherited from:
SScenario