SSubProcess

camundala.simulation.SSubProcess
case class SSubProcess(name: String, process: Process[_, _], steps: List[SStep], testOverrides: Option[TestOverrides]) extends SInOutStep, HasProcessSteps

Attributes

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

Members list

Value members

Concrete methods

def add(testOverride: TestOverride): SSubProcess

Inherited methods

protected def addOverride(testOverride: TestOverride): Option[TestOverrides]

Attributes

Inherited from:
WithTestOverrides
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[_, _]

Inherited fields

lazy val camundaInMap: Map[String, CamundaVariable]

Attributes

Inherited from:
SInOutStep
lazy val camundaOutMap: Map[String, CamundaVariable]

Attributes

Inherited from:
SInOutStep
lazy val camundaToCheckMap: Map[String, CamundaVariable]

Attributes

Inherited from:
WithTestOverrides
lazy val descr: Option[String]

Attributes

Inherited from:
SInOutStep
lazy val id: String

Attributes

Inherited from:
SInOutStep
lazy val inOutDescr: InOutDescr[_, _]

Attributes

Inherited from:
SInOutStep