org.onebusaway.transit_data_federation.services.tripplanner
Class StopTransfer

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.tripplanner.StopTransfer

public final class StopTransfer
extends Object


Constructor Summary
StopTransfer(StopEntry stop, int minTransferTime, double distance)
           
 
Method Summary
 double getDistance()
           
 int getMinTransferTime()
           
 StopEntry getStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTransfer

public StopTransfer(StopEntry stop,
                    int minTransferTime,
                    double distance)
Method Detail

getStop

public StopEntry getStop()

getMinTransferTime

public int getMinTransferTime()

getDistance

public double getDistance()


Copyright © 2012 OneBusAway. All Rights Reserved.