org.onebusaway.transit_data_federation.model.tripplanner
Class EndState

java.lang.Object
  extended by org.onebusaway.transit_data_federation.model.tripplanner.TripState
      extended by org.onebusaway.transit_data_federation.model.tripplanner.AtLocationState
          extended by org.onebusaway.transit_data_federation.model.tripplanner.EndState
All Implemented Interfaces:
Comparable<TripState>

public class EndState
extends AtLocationState


Constructor Summary
EndState(long currentTime, CoordinatePoint location)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.onebusaway.transit_data_federation.model.tripplanner.AtLocationState
equals, getLocation, 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

EndState

public EndState(long currentTime,
                CoordinatePoint location)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.