org.onebusaway.transit_data_federation.impl.tripplanner
Class StopHopData

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getMinTravelTime()
           
 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

StopHopData

public StopHopData(org.onebusaway.gtfs.model.AgencyAndId stopId,
                   int minTravelTime)
Method Detail

getStopId

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

getMinTravelTime

public int getMinTravelTime()


Copyright © 2012 OneBusAway. All Rights Reserved.