Uses of Class
edu.cmu.emulator.world.Waypoint

Packages that use Waypoint
edu.cmu.emulator.world Implements the emulator's virtual physical environment. 
 

Uses of Waypoint in edu.cmu.emulator.world
 

Fields in edu.cmu.emulator.world declared as Waypoint
protected  Waypoint Navigator.curWaypoint
           
protected  Waypoint Route.curWaypoint
          current waypoint we are navigating towards
protected  Waypoint Route.lastWaypoint
          last waypoint we navigated towards
protected  Waypoint Navigator.nextWaypoint
           
protected  Waypoint Navigator.prevWaypoint
           
 

Methods in edu.cmu.emulator.world that return Waypoint
 Waypoint RouteDef.getWaypoint(int index)
           
 Waypoint Route.nextWaypoint()
           
 

Methods in edu.cmu.emulator.world with parameters of type Waypoint
protected  void Navigator.invokeWPListeners(Waypoint wp, long timeMillis)
           
 void WaypointListener.waypointReached(MovableObject mObject, long timeMillis, Waypoint wp)
           
 



Copyright © 2013. All Rights Reserved.