Uses of Class
org.goplanit.assignment.ltm.eltm.LinkSegmentBoundary.Location
-
Packages that use LinkSegmentBoundary.Location Package Description org.goplanit.assignment.ltm.eltm org.goplanit.assignment.ltm.eltm.event -
-
Uses of LinkSegmentBoundary.Location in org.goplanit.assignment.ltm.eltm
Fields in org.goplanit.assignment.ltm.eltm 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.goplanit.assignment.ltm.eltm 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.goplanit.assignment.ltm.eltm.event
Methods in org.goplanit.assignment.ltm.eltm.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
-