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 ofInteractant
instances.
Attributes
- Companion
- object
- Source
- Process.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article