org.onebusaway.transit_data_federation.model.tripplanner
Class WalkToStopState

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

public class WalkToStopState
extends AtStopState


Constructor Summary
WalkToStopState(long currentTime, StopEntry stop)
           
 
Method Summary
 WalkToStopState 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

WalkToStopState

public WalkToStopState(long currentTime,
                       StopEntry stop)
Method Detail

shift

public WalkToStopState shift(long offset)

toString

public String toString()
Overrides:
toString in class AtStopState


Copyright © 2012 OneBusAway. All Rights Reserved.