Package com.anylogic.engine.routing
- java.lang.Object
-
- com.anylogic.engine.routing.PathRouteLocation
- All Implemented Interfaces:
IRouteLocation
,java.io.Serializable
@AnyLogicInternalAPI public class PathRouteLocation extends java.lang.Object implements IRouteLocation
- See Also:
- Serialized Form
PathRouteLocation(INetworkMarkupElement element,
IPath<?> path,
double offset,
LengthUnits units) |
|
PathRouteLocation(INetworkMarkupElement element,
IPath<?> path,
double offset,
LengthUnits units,
PathMovementDirection direction) |
|
PathRouteLocation(IPath<?> path,
double offset,
LengthUnits units) |
|
PathRouteLocation(IPath<?> path,
double offset,
LengthUnits units,
PathMovementDirection direction) |
|
Constructor | Description |
---|
boolean |
equals(java.lang.Object obj) |
|
PathMovementDirection |
getDirection() |
|
Level |
getLevel() |
|
INetwork<?,?> |
getNetwork() |
|
INetworkMarkupElement |
getNetworkElement() |
|
double |
getOffset(LengthUnits units) |
|
IPath<?> |
getPath() |
|
Position |
getPosition() |
|
Agent |
getSpace() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
|
Modifier and Type | Method | Description |
---|
getClass, notify, notifyAll, wait, wait, wait
public PathRouteLocation(IPath<?> path, double offset, LengthUnits units)
public PathRouteLocation(IPath<?> path, double offset, LengthUnits units, PathMovementDirection direction)
public PathRouteLocation(INetworkMarkupElement element, IPath<?> path, double offset, LengthUnits units)
public PathRouteLocation(INetworkMarkupElement element, IPath<?> path, double offset, LengthUnits units, PathMovementDirection direction)
public Agent getSpace()
- Specified by:
getSpace
in interfaceIRouteLocation
public Position getPosition()
- Specified by:
getPosition
in interfaceIRouteLocation
public Level getLevel()
- Specified by:
getLevel
in interfaceIRouteLocation
public INetwork<?,?> getNetwork()
- Specified by:
getNetwork
in interfaceIRouteLocation
public INetworkMarkupElement getNetworkElement()
- Specified by:
getNetworkElement
in interfaceIRouteLocation
public IPath<?> getPath()
public double getOffset(LengthUnits units)
public PathMovementDirection getDirection()
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
How can we improve this article?
-