CausalLink
scalation.simulation.event.CausalLink
case class CausalLink(label: String, director: Model, condition: () => Boolean, causedEvent: Event) extends Identifiable
The CausalLink
class provides casual links between events. A causal link indicates that a "causing event" (from node) conditionally may triggers a "caused event" (to node).
Value parameters
- causedEvent
-
the event caused by this causal link
- condition
-
the condition under which the link is triggered
- director
-
the controller/scheduler that this causal link is a part of
- label
-
the name/label of the causal link
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Identifiableclass Objecttrait Matchableclass Any
Members list
Keywords
- no keywords
- override
Inherited
- Not inherited
- Identifiable
- Product
In this article