Uses of Class
org.goplanit.assignment.ltm.eltm.LinkSegmentBoundary
-
Packages that use LinkSegmentBoundary Package Description org.goplanit.assignment.ltm.eltm.event -
-
Uses of LinkSegmentBoundary in org.goplanit.assignment.ltm.eltm.event
Methods in org.goplanit.assignment.ltm.eltm.event that return LinkSegmentBoundary Modifier and Type Method Description LinkSegmentBoundary
TriggerEvent. getLinkBoundary()
Methods in org.goplanit.assignment.ltm.eltm.event with parameters of type LinkSegmentBoundary 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 rateConstructors in org.goplanit.assignment.ltm.eltm.event with parameters of type LinkSegmentBoundary Constructor Description TriggerEvent(EventType type, LinkSegmentBoundary linkBoundarySource, CumulativePoint cumulativePoint, Serializable singleParameter)
ConstructorTriggerFlowEvent(LinkSegmentBoundary linkSegmentBoundary, CumulativePoint cumulativePoint, double flowRatePcuPerHour)
Constructor
-