basics.route
Interface Vehicle

All Known Implementing Classes:
VehicleImpl, VehicleImpl.NoVehicle

public interface Vehicle


Method Summary
 int getCapacity()
           
 Coordinate getCoord()
           
 double getEarliestDeparture()
           
 java.lang.String getId()
           
 double getLatestArrival()
           
 java.lang.String getLocationId()
           
 VehicleType getType()
           
 

Method Detail

getEarliestDeparture

double getEarliestDeparture()

getLatestArrival

double getLatestArrival()

getLocationId

java.lang.String getLocationId()

getCoord

Coordinate getCoord()

getType

VehicleType getType()

getId

java.lang.String getId()

getCapacity

int getCapacity()