IncidentServiceScenario

orchescala.simulation.IncidentServiceScenario
case class IncidentServiceScenario(name: String, process: ExternalTask[_, _, _], incidentMsg: String, isIgnored: Boolean, isOnly: Boolean) extends IsIncidentScenario

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: ExternalTask[_, _, _]
lazy val steps: List[SStep]