org.onebusaway.transit_data_federation.model.tripplanner
Class AtStopState

java.lang.Object
  extended by org.onebusaway.transit_data_federation.model.tripplanner.TripState
      extended by org.onebusaway.transit_data_federation.model.tripplanner.AtStopState
All Implemented Interfaces:
Comparable<TripState>
Direct Known Subclasses:
VehicleState, WaitingAtStopState, WalkFromStopState, WalkToStopState

public class AtStopState
extends TripState


Constructor Summary
AtStopState(long currentTime, StopEntry stop)
           
 
Method Summary
 boolean equals(Object obj)
           
 StopEntry getStop()
           
 int hashCode()
           
 String toString()
           
 
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

AtStopState

public AtStopState(long currentTime,
                   StopEntry stop)
Method Detail

getStop

public StopEntry getStop()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class TripState

hashCode

public int hashCode()
Overrides:
hashCode in class TripState


Copyright © 2012 OneBusAway. All Rights Reserved.