Package | Description |
---|---|
org.opentripplanner.routing.algorithm | |
org.opentripplanner.routing.algorithm.strategies | |
org.opentripplanner.routing.flex |
Modifier and Type | Field and Description |
---|---|
SearchTerminationStrategy |
GenericDijkstra.searchTerminationStrategy |
Modifier and Type | Method and Description |
---|---|
ShortestPathTree |
EarliestArrivalSearch.getShortestPathTree(RoutingRequest options,
double relTimeout,
SearchTerminationStrategy terminationStrategy) |
ShortestPathTree |
AStar.getShortestPathTree(RoutingRequest options,
double relTimeoutSeconds,
SearchTerminationStrategy terminationStrategy) |
ShortestPathTree |
AStar.getShortestPathTree(RoutingRequest options,
double relTimeoutSeconds,
SearchTerminationStrategy terminationStrategy,
Collection<State> initialStates)
Get an SPT, starting from a collection of states
|
void |
GenericDijkstra.setSearchTerminationStrategy(SearchTerminationStrategy searchTerminationStrategy) |
void |
AStar.startSearch(RoutingRequest options,
SearchTerminationStrategy terminationStrategy,
long abortTime)
set up a single-origin search
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTargetTerminationStrategy
A termination strategy that terminates after multiple targets have been reached.
|
Modifier and Type | Method and Description |
---|---|
SearchTerminationStrategy |
DeviatedRouteGraphModifier.getSearchTerminationStrategy() |
SearchTerminationStrategy |
FlagStopGraphModifier.getSearchTerminationStrategy() |
abstract SearchTerminationStrategy |
GtfsFlexGraphModifier.getSearchTerminationStrategy()
Return the termination strategy which should be used during the graph search.
|
Copyright © 2019. All rights reserved.