MechanismDetails

core.domain.preprocessor.MechanismDetails
See theMechanismDetails companion object
case class MechanismDetails(mechanismContext: (Mechanism, FOLLOW), stageInteractants: List[(Stage, List[Interactant])])

Represents the details of a mechanism, including its context and stage interactants.

Value parameters

mechanismContext

A tuple containing the Mechanism and its follow relationship (FOLLOW).

stageInteractants

A list of tuples containing the Stage and the associated list of Interactant instances.

Attributes

Companion
object
Source
Process.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product