org.onebusaway.transit_data_federation.impl.tripplanner
Class StopTransferData

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getDistance()
           
 int getMinTransferTime()
           
 org.onebusaway.gtfs.model.AgencyAndId getStopId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTransferData

public StopTransferData(org.onebusaway.gtfs.model.AgencyAndId stopId,
                        int minTransferTime,
                        double distance)
Method Detail

getStopId

public org.onebusaway.gtfs.model.AgencyAndId getStopId()

getMinTransferTime

public int getMinTransferTime()

getDistance

public double getDistance()


Copyright © 2012 OneBusAway. All Rights Reserved.