org.onebusaway.transit_data_federation.model.tripplanner
Class WaitingAtStopState

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.WaitingAtStopState
All Implemented Interfaces:
Comparable<TripState>

public class WaitingAtStopState
extends AtStopState


Constructor Summary
WaitingAtStopState(long currentTime, StopEntry stop)
           
 
Method Summary
 WaitingAtStopState shift(long offset)
           
 String toString()
           
 
Methods inherited from class org.onebusaway.transit_data_federation.model.tripplanner.AtStopState
equals, getStop, hashCode
 
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

WaitingAtStopState

public WaitingAtStopState(long currentTime,
                          StopEntry stop)
Method Detail

shift

public WaitingAtStopState shift(long offset)

toString

public String toString()
Overrides:
toString in class AtStopState


Copyright © 2012 OneBusAway. All Rights Reserved.