org.onebusaway.transit_data_federation.impl.otp
Class SearchTerminationStrategyImpl
java.lang.Object
org.onebusaway.transit_data_federation.impl.otp.SearchTerminationStrategyImpl
- All Implemented Interfaces:
- org.opentripplanner.routing.algorithm.strategies.SearchTerminationStrategy
public class SearchTerminationStrategyImpl
- extends Object
- implements org.opentripplanner.routing.algorithm.strategies.SearchTerminationStrategy
Method Summary |
boolean |
shouldSearchContinue(org.opentripplanner.routing.core.Vertex origin,
org.opentripplanner.routing.core.Vertex target,
org.opentripplanner.routing.core.State current,
org.opentripplanner.routing.spt.ShortestPathTree spt,
org.opentripplanner.routing.core.TraverseOptions traverseOptions)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchTerminationStrategyImpl
public SearchTerminationStrategyImpl()
shouldSearchContinue
public boolean shouldSearchContinue(org.opentripplanner.routing.core.Vertex origin,
org.opentripplanner.routing.core.Vertex target,
org.opentripplanner.routing.core.State current,
org.opentripplanner.routing.spt.ShortestPathTree spt,
org.opentripplanner.routing.core.TraverseOptions traverseOptions)
- Specified by:
shouldSearchContinue
in interface org.opentripplanner.routing.algorithm.strategies.SearchTerminationStrategy
Copyright © 2012 OneBusAway. All Rights Reserved.