| Interface | Description |
|---|---|
| RemainingWeightHeuristic |
Interface for classes that provides an admissible estimate of (lower bound on)
the weight of a path to the target, starting from a given state.
|
| SearchTerminationStrategy | |
| SkipEdgeStrategy |
Strategy interface to provide additional logic to decide if a given edge should not be considered
for traversal.
|
| SkipTraverseResultStrategy |
Strategy interface to provide additional logic to decide if a given traverse result should not be
considered further.
|
| Class | Description |
|---|---|
| EuclideanRemainingWeightHeuristic |
A Euclidean remaining weight strategy that takes into account transit boarding costs where applicable.
|
| InterleavedBidirectionalHeuristic |
This the goal direction heuristic used for transit searches.
|
| MultiTargetTerminationStrategy |
A termination strategy that terminates after multiple targets have been reached.
|
| TrivialRemainingWeightHeuristic |
A trivial heuristic that always returns 0, which is always admissible.
|
Copyright © 2018. All rights reserved.