org.onebusaway.transit_data_federation.model.tripplanner
Class VehicleDepartureState

java.lang.Object
  extended by org.onebusaway.transit_data_federation.model.tripplanner.TripState
      extended by org.onebusaway.transit_data_federation.model.tripplanner.AtStopState
          extended by org.onebusaway.transit_data_federation.model.tripplanner.VehicleState
              extended by org.onebusaway.transit_data_federation.model.tripplanner.VehicleDepartureState
All Implemented Interfaces:
Comparable<TripState>

public class VehicleDepartureState
extends VehicleState


Constructor Summary
VehicleDepartureState(StopTimeInstance sti)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.onebusaway.transit_data_federation.model.tripplanner.VehicleState
equals, getStopTimeInstance, hashCode
 
Methods inherited from class org.onebusaway.transit_data_federation.model.tripplanner.AtStopState
getStop
 
Methods inherited from class org.onebusaway.transit_data_federation.model.tripplanner.TripState
compareTo, getCurrentTime, getCurrentTimeString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VehicleDepartureState

public VehicleDepartureState(StopTimeInstance sti)
Method Detail

toString

public String toString()
Overrides:
toString in class AtStopState


Copyright © 2012 OneBusAway. All Rights Reserved.