BadScenario

orchescala.simulation.BadScenario
case class BadScenario(scenarioName: String, process: Process[_, _, _], errorMsg: String, isIgnored: Boolean, isOnly: Boolean) extends IsProcessScenario

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

Inherited fields

lazy val inOutId: String

Attributes

Inherited from:
SScenario
lazy val name: String

Attributes

Inherited from:
ScenarioOrStep