org.onebusaway.transit_data_federation.model.tripplanner
Class WalkPlannerConstraints
java.lang.Object
org.onebusaway.transit_data_federation.model.tripplanner.WalkPlannerConstraints
public class WalkPlannerConstraints
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WalkPlannerConstraints
public WalkPlannerConstraints()
hasMaxTripLength
public boolean hasMaxTripLength()
getMaxTripLength
public double getMaxTripLength()
- Returns:
- distance
setMaxTripLength
public void setMaxTripLength(double maxTripLength)
- Parameters:
maxTripLength
- distance
hasMaxComputationTime
public boolean hasMaxComputationTime()
getMaxComputationTime
public long getMaxComputationTime()
setMaxComputationTime
public void setMaxComputationTime(long maxComputationTime)
Copyright © 2012 OneBusAway. All Rights Reserved.