public class CHRoutingAlgorithmFactory extends Object implements RoutingAlgorithmFactory
Constructor and Description |
---|
CHRoutingAlgorithmFactory(CHGraph chGraph) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithm |
createAlgo(Graph graph,
AlgorithmOptions opts)
This method creates an algorithm out of this factory based on the specified opts and graph.
|
CHConfig |
getCHConfig() |
Weighting |
getWeighting() |
public CHRoutingAlgorithmFactory(CHGraph chGraph)
public RoutingAlgorithm createAlgo(Graph graph, AlgorithmOptions opts)
RoutingAlgorithmFactory
createAlgo
in interface RoutingAlgorithmFactory
public Weighting getWeighting()
public CHConfig getCHConfig()
Copyright © 2012–2020. All rights reserved.