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