org.onebusaway.transit_data_federation.model.tripplanner
Class WalkPlannerConstraints

java.lang.Object
  extended by org.onebusaway.transit_data_federation.model.tripplanner.WalkPlannerConstraints

public class WalkPlannerConstraints
extends Object


Constructor Summary
WalkPlannerConstraints()
           
 
Method Summary
 long getMaxComputationTime()
           
 double getMaxTripLength()
           
 boolean hasMaxComputationTime()
           
 boolean hasMaxTripLength()
           
 void setMaxComputationTime(long maxComputationTime)
           
 void setMaxTripLength(double maxTripLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WalkPlannerConstraints

public WalkPlannerConstraints()
Method Detail

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.