Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.routing.lm |
Modifier and Type | Method and Description |
---|---|
protected AlgorithmOptions |
Router.FlexSolver.getAlgoOpts() |
AlgorithmOptions |
AlgorithmOptions.setAlgorithm(String algorithm) |
AlgorithmOptions |
AlgorithmOptions.setHints(PMap pMap) |
AlgorithmOptions |
AlgorithmOptions.setMaxVisitedNodes(int maxVisitedNodes) |
AlgorithmOptions |
AlgorithmOptions.setTimeoutMillis(long timeoutMillis) |
AlgorithmOptions |
AlgorithmOptions.setTraversalMode(TraversalMode traversalMode) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithm |
RoutingAlgorithmFactory.createAlgo(Graph g,
Weighting w,
AlgorithmOptions opts)
This method creates an algorithm out of this factory based on the specified opts and graph.
|
RoutingAlgorithm |
RoutingAlgorithmFactorySimple.createAlgo(Graph g,
Weighting w,
AlgorithmOptions opts) |
Constructor and Description |
---|
AlgorithmOptions(AlgorithmOptions b) |
FlexiblePathCalculator(QueryGraph queryGraph,
RoutingAlgorithmFactory algoFactory,
Weighting weighting,
AlgorithmOptions algoOpts) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithm |
LMRoutingAlgorithmFactory.createAlgo(Graph g,
Weighting w,
AlgorithmOptions opts) |
Copyright © 2012–2023. All rights reserved.