movement
Interface TransportMovement

All Superinterfaces:
SwitchableMovement
All Known Implementing Classes:
BusTravellerMovement, CarMovement

public interface TransportMovement
extends SwitchableMovement

MovementModels used for transportation should implement this interface


Method Summary
 void setNextRoute(Coord nodeLocation, Coord nodeDestination)
           
 
Methods inherited from interface movement.SwitchableMovement
getLastLocation, isReady, setLocation
 

Method Detail

setNextRoute

void setNextRoute(Coord nodeLocation,
                  Coord nodeDestination)