Package | Description |
---|---|
org.opentripplanner.routing.algorithm | |
org.opentripplanner.routing.algorithm.strategies | |
org.opentripplanner.routing.core |
Modifier and Type | Method and Description |
---|---|
void |
GenericDijkstra.setHeuristic(RemainingWeightHeuristic heuristic) |
Modifier and Type | Class and Description |
---|---|
class |
EuclideanRemainingWeightHeuristic
A Euclidean remaining weight strategy that takes into account transit boarding costs where applicable.
|
class |
InterleavedBidirectionalHeuristic
This the goal direction heuristic used for transit searches.
|
class |
TrivialRemainingWeightHeuristic
A trivial heuristic that always returns 0, which is always admissible.
|
Modifier and Type | Field and Description |
---|---|
RemainingWeightHeuristic |
RoutingContext.remainingWeightHeuristic |
Copyright © 2018. All rights reserved.