Uses of Class
org.planit.assignment.eltm.event.CumulativeEvent
-
Packages that use CumulativeEvent Package Description org.planit.assignment.eltm.event -
-
Uses of CumulativeEvent in org.planit.assignment.eltm.event
Subclasses of CumulativeEvent in org.planit.assignment.eltm.event Modifier and Type Class Description class
ReleaseEvent
A release event represents the arrival of a trigger event at the opposite link boundary from where it originated.class
ReleaseFlowEvent
A release flow event represents a flow rate that is being released on a link boundary on the opposite border from where it was triggered through a trigger event.class
TriggerEvent
A trigger event emanates from a link boundary (its source) with a particular cumulative value and time and potentially other information which should be constructed by subclassing this classclass
TriggerFlowEvent
A trigger flow event represents a flow rate that is being triggered exogenously, typically by a node on either side of the link segment.
-