cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
Class Path

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.Path
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, Event

public class Path
extends TranslatorEvent


Constructor Summary
Path(java.lang.String pathId, java.util.List<PathList> path, long simTime)
           
 
Method Summary
 java.util.List<PathList> getPath()
          Returns list of navpoints you have to follow
 java.lang.String getPathId()
          Returns a path id (as requested by the GETPATH command).
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
getSimTime
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
getWorldEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Path

public Path(java.lang.String pathId,
            java.util.List<PathList> path,
            long simTime)
Method Detail

getPathId

public java.lang.String getPathId()
Returns a path id (as requested by the GETPATH command).

Returns:

getPath

public java.util.List<PathList> getPath()
Returns list of navpoints you have to follow

Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object