org.onebusaway.transit_data_federation.model.tripplanner
Class AtLocationState

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

public class AtLocationState
extends TripState


Constructor Summary
AtLocationState(long currentTime, CoordinatePoint location)
           
 
Method Summary
 boolean equals(Object obj)
           
 CoordinatePoint getLocation()
           
 int 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, toString, wait, wait, wait
 

Constructor Detail

AtLocationState

public AtLocationState(long currentTime,
                       CoordinatePoint location)
Method Detail

getLocation

public CoordinatePoint getLocation()

hashCode

public int hashCode()
Overrides:
hashCode in class TripState

equals

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


Copyright © 2012 OneBusAway. All Rights Reserved.