Uses of Class
com.graphhopper.routing.AlgorithmOptions
Packages that use AlgorithmOptions
-
Uses of AlgorithmOptions in com.graphhopper.routing
Methods in com.graphhopper.routing that return AlgorithmOptionsModifier and TypeMethodDescriptionprotected AlgorithmOptions
Router.FlexSolver.getAlgoOpts()
AlgorithmOptions.setAlgorithm
(String algorithm) AlgorithmOptions.setMaxVisitedNodes
(int maxVisitedNodes) AlgorithmOptions.setTimeoutMillis
(long timeoutMillis) AlgorithmOptions.setTraversalMode
(TraversalMode traversalMode) Methods in com.graphhopper.routing with parameters of type AlgorithmOptionsModifier and TypeMethodDescriptionRoutingAlgorithmFactory.createAlgo
(Graph g, Weighting w, AlgorithmOptions opts) This method creates an algorithm out of this factory based on the specified opts and graph.RoutingAlgorithmFactorySimple.createAlgo
(Graph g, Weighting w, AlgorithmOptions opts) Constructors in com.graphhopper.routing with parameters of type AlgorithmOptionsModifierConstructorDescriptionFlexiblePathCalculator
(QueryGraph queryGraph, RoutingAlgorithmFactory algoFactory, Weighting weighting, AlgorithmOptions algoOpts) -
Uses of AlgorithmOptions in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm with parameters of type AlgorithmOptionsModifier and TypeMethodDescriptionLMRoutingAlgorithmFactory.createAlgo
(Graph g, Weighting w, AlgorithmOptions opts)