AnyLogic
Expand
Font size
All Implemented Interfaces:
IRouteLocation, Serializable

@AnyLogicInternalAPI
public class XYZRouteLocation
extends Object
implements IRouteLocation
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
XYZRouteLocation(Agent space, Level level, INetwork<?,?> network, INetworkMarkupElement networkElement, Position position) 
XYZRouteLocation(Agent space, Position position) 
XYZRouteLocation(INetwork<?,?> network, Position position) 
XYZRouteLocation(INetworkMarkupElement networkElement, Position position) 
XYZRouteLocation(Level level, Position position) 

Method Summary

Methods inherited from class java.lang.Object

getClass, notify, notifyAll, wait, wait, wait

Constructor Details

XYZRouteLocation

public XYZRouteLocation(Agent space,
 Position position)

XYZRouteLocation

public XYZRouteLocation(Level level,
 Position position)

XYZRouteLocation

public XYZRouteLocation(INetwork<?,?> network,
 Position position)

XYZRouteLocation

public XYZRouteLocation(INetworkMarkupElement networkElement,
 Position position)

XYZRouteLocation

@AnyLogicInternalAPI
public XYZRouteLocation(Agent space,
 Level level,
 INetwork<?,?> network,
 INetworkMarkupElement networkElement,
 Position position)

Method Details

getSpace

public Agent getSpace()
Specified by:
getSpace in interface IRouteLocation

getPosition

public Position getPosition()
Specified by:
getPosition in interface IRouteLocation

getLevel

public Level getLevel()
Specified by:
getLevel in interface IRouteLocation

getNetwork

public INetwork<?,?> getNetwork()
Specified by:
getNetwork in interface IRouteLocation

getNetworkElement

public INetworkMarkupElement getNetworkElement()
Specified by:
getNetworkElement in interface IRouteLocation

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object