org.onebusaway.transit_data_federation.services.tripplanner
Class StopHop

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

public final class StopHop
extends Object


Constructor Summary
StopHop(StopEntry stop, int minTravelTime)
           
 
Method Summary
 int getMinTravelTime()
           
 StopEntry getStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopHop

public StopHop(StopEntry stop,
               int minTravelTime)
Method Detail

getStop

public StopEntry getStop()

getMinTravelTime

public int getMinTravelTime()


Copyright © 2012 OneBusAway. All Rights Reserved.