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

Package class diagram package 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, cz.cuni.amis.utils.listener.Event

public class Path
extends TranslatorEvent


Constructor Summary
Path(String pathId, List<PathList> path, long simTime)
           
 
Method Summary
 List<PathList> getPath()
          Returns list of navpoints you have to follow
 String getPathId()
          Returns a path id (as requested by the GETPATH command).
 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(String pathId,
            List<PathList> path,
            long simTime)
Method Detail

getPathId

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

Returns:

getPath

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

Returns:

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.