Package | Description |
---|---|
com.graphhopper.isochrone.algorithm | |
com.graphhopper.routing | |
com.graphhopper.routing.lm | |
com.graphhopper.routing.util | |
com.graphhopper.storage |
Constructor and Description |
---|
ShortestPathTree(Graph g,
Weighting weighting,
boolean reverseFlow,
TraversalMode traversalMode) |
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 |
AlgorithmOptions.setTraversalMode(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) |
AlternativeRoute(Graph graph,
Weighting weighting,
TraversalMode traversalMode,
PMap hints) |
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.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–2022. All rights reserved.