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
Mechanismand its follow relationship (FOLLOW). - stageInteractants
-
A list of tuples containing the
Stageand the associated list ofInteractantinstances.
Attributes
- Companion
- object
- Source
- Process.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article