| Package | Description |
|---|---|
| org.opentripplanner.routing.algorithm | |
| org.opentripplanner.routing.algorithm.strategies |
| 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.
|
Copyright © 2018. All rights reserved.