org.onebusaway.transit_data_federation.model.tripplanner
Class WalkFromStopState

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

public class WalkFromStopState
extends AtStopState


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

WalkFromStopState

public WalkFromStopState(long currentTime,
                         StopEntry stop)
Method Detail

toString

public String toString()
Overrides:
toString in class AtStopState


Copyright © 2012 OneBusAway. All Rights Reserved.