Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.routing.lm | |
com.graphhopper.routing.util | |
com.graphhopper.storage |
Modifier and Type | Field and Description |
---|---|
protected TraversalMode |
AbstractRoutingAlgorithm.traversalMode |
protected TraversalMode |
AbstractBidirAlgo.traversalMode |
Modifier and Type | Method and Description |
---|---|
TraversalMode |
AlgorithmOptions.getTraversalMode() |
Modifier and Type | Method and Description |
---|---|
AlgorithmOptions.Builder |
AlgorithmOptions.Builder.traversalMode(TraversalMode traversalMode) |
Constructor and Description |
---|
AbstractBidirAlgo(TraversalMode traversalMode) |
AbstractBidirCHAlgo(RoutingCHGraph graph,
TraversalMode tMode) |
AbstractNonCHBidirAlgo(Graph graph,
Weighting weighting,
TraversalMode tMode) |
AbstractRoutingAlgorithm(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
AlgorithmOptions(String algorithm,
Weighting weighting,
TraversalMode tMode) |
AlternativeBidirSearch(Graph graph,
Weighting weighting,
TraversalMode tMode,
double explorationFactor) |
AlternativeRoute(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
AStar(Graph graph,
Weighting weighting,
TraversalMode tMode) |
AStarBidirection(Graph graph,
Weighting weighting,
TraversalMode tMode) |
Dijkstra(Graph graph,
Weighting weighting,
TraversalMode tMode) |
DijkstraBidirectionRef(Graph graph,
Weighting weighting,
TraversalMode tMode) |
DijkstraOneToMany(Graph graph,
Weighting weighting,
TraversalMode tMode) |
Constructor and Description |
---|
PerfectApproximator(Graph graph,
Weighting weighting,
TraversalMode traversalMode,
boolean reverse) |
Modifier and Type | Method and Description |
---|---|
static TraversalMode |
TraversalMode.fromString(String name) |
static TraversalMode |
TraversalMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalMode[] |
TraversalMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TraversalMode |
CHConfig.getTraversalMode() |
Copyright © 2012–2020. All rights reserved.