org.onebusaway.transit_data_federation.impl.tripplanner
Class StopHopData
java.lang.Object
org.onebusaway.transit_data_federation.impl.tripplanner.StopHopData
- All Implemented Interfaces:
- Serializable
public final class StopHopData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
StopHopData(org.onebusaway.gtfs.model.AgencyAndId stopId,
int minTravelTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopHopData
public StopHopData(org.onebusaway.gtfs.model.AgencyAndId stopId,
int minTravelTime)
getStopId
public org.onebusaway.gtfs.model.AgencyAndId getStopId()
getMinTravelTime
public int getMinTravelTime()
Copyright © 2012 OneBusAway. All Rights Reserved.