public class LMRoutingAlgorithmFactory extends Object implements RoutingAlgorithmFactory
| Constructor and Description | 
|---|
LMRoutingAlgorithmFactory(LandmarkStorage lms)  | 
| Modifier and Type | Method and Description | 
|---|---|
RoutingAlgorithm | 
createAlgo(Graph g,
          Weighting w,
          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, Weighting w, AlgorithmOptions opts)
RoutingAlgorithmFactorycreateAlgo in interface RoutingAlgorithmFactoryCopyright © 2012–2022. All rights reserved.