Uses of Class
org.goplanit.assignment.ltm.eltm.event.TriggerFlowEvent
-
Packages that use TriggerFlowEvent Package Description org.goplanit.assignment.ltm.eltm.event -
-
Uses of TriggerFlowEvent in org.goplanit.assignment.ltm.eltm.event
Methods in org.goplanit.assignment.ltm.eltm.event that return TriggerFlowEvent Modifier and Type Method Description static TriggerFlowEvent
TriggerFlowEvent. createTriggerFlowEvent(LinkSegmentBoundary linkBoundarySource, CumulativePoint cumulativePoint, double flowRatePcuPerHour)
Create a new trigger flow event emanating from the passing in link boundary at a given cumulative point and flow rateMethods in org.goplanit.assignment.ltm.eltm.event with parameters of type TriggerFlowEvent Modifier and Type Method Description static ReleaseFlowEvent
ReleaseFlowEvent. createReleaseFlowEvent(TriggerFlowEvent sourceTriggerEvent, CumulativePoint cumulativePoint, double flowRatePcuPerHour)
Create a new release flow event being release on the opposite boundary of the source triggerConstructors in org.goplanit.assignment.ltm.eltm.event with parameters of type TriggerFlowEvent Constructor Description ReleaseFlowEvent(TriggerFlowEvent sourceTriggerEvent, CumulativePoint cumulativePoint, double flowRatePcuPerHour)
Constructor
-