IncidentScenario

camundala.simulation.IncidentScenario
case class IncidentScenario(name: String, process: Process[_, _], steps: List[SStep], incidentMsg: String, isIgnored: Boolean) extends IsIncidentScenario, HasProcessSteps

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withSteps(steps: List[SStep]): SScenario

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def typeName: String

Attributes

Inherited from:
ScenarioOrStep

Concrete fields

lazy val inOut: Process[_, _]