cz.cuni.amis.pogamut.ut2004.communication.worldview.map
Class Waypoint

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.worldview.map.Waypoint
All Implemented Interfaces:
IUnrealWaypoint, java.io.Serializable

public class Waypoint
extends java.lang.Object
implements IUnrealWaypoint

Something like NavPoint but without all ugly changes necessary for serialization

See Also:
Serialized Form

Constructor Summary
Waypoint(NavPoint nav)
           
 
Method Summary
 java.lang.String getID()
           
 Location getLocation()
           
 java.util.Set<Waylink> getOutgoingEdges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Waypoint

public Waypoint(NavPoint nav)
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in interface IUnrealWaypoint

getLocation

public Location getLocation()
Specified by:
getLocation in interface IUnrealWaypoint

getOutgoingEdges

public java.util.Set<Waylink> getOutgoingEdges()
Specified by:
getOutgoingEdges in interface IUnrealWaypoint