public class LMRoutingAlgorithmFactory extends Object implements RoutingAlgorithmFactory
Constructor and Description |
---|
LMRoutingAlgorithmFactory(LandmarkStorage lms) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithm |
createAlgo(Graph g,
AlgorithmOptions opts)
This method creates an algorithm out of this factory based on the specified opts and graph.
|
LMRoutingAlgorithmFactory |
setDefaultActiveLandmarks(int defaultActiveLandmarks) |
public LMRoutingAlgorithmFactory(LandmarkStorage lms)
public LMRoutingAlgorithmFactory setDefaultActiveLandmarks(int defaultActiveLandmarks)
public RoutingAlgorithm createAlgo(Graph g, AlgorithmOptions opts)
RoutingAlgorithmFactory
createAlgo
in interface RoutingAlgorithmFactory
Copyright © 2012–2020. All rights reserved.