Uses of Class
org.planit.ltm.LinkSegmentBoundary.Location
-
Packages that use LinkSegmentBoundary.Location Package Description org.planit.ltm PLANit LTM main packageorg.planit.ltm.event PLANit LTM event classes -
-
Uses of LinkSegmentBoundary.Location in org.planit.ltm
Fields in org.planit.ltm declared as LinkSegmentBoundary.Location Modifier and Type Field Description protected LinkSegmentBoundary.Location
LinkSegmentBoundary. boundaryLocation
the location of this boundary on the link segmentMethods in org.planit.ltm that return LinkSegmentBoundary.Location Modifier and Type Method Description LinkSegmentBoundary.Location
LinkSegmentBoundary. getLocation()
Collect the boundary location of this instanceLinkSegmentBoundary.Location
LinkSegmentBoundary. getOppositeBoundaryLocation()
collect the opposite location of this boundary.static LinkSegmentBoundary.Location
LinkSegmentBoundary.Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static LinkSegmentBoundary.Location[]
LinkSegmentBoundary.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinkSegmentBoundary.Location in org.planit.ltm.event
Methods in org.planit.ltm.event that return LinkSegmentBoundary.Location Modifier and Type Method Description LinkSegmentBoundary.Location
ReleaseEvent. getLinkBoundaryLocation()
collect the link boundary location of this release event, i.e., the opposite link boundary of its source trigger event
-