Package com.graphhopper.routing
Interface RoutingAlgorithmFactory
- All Known Implementing Classes:
LMRoutingAlgorithmFactory,RoutingAlgorithmFactorySimple
public interface RoutingAlgorithmFactory
This interface manages RoutingAlgorithm creation.
- Author:
- Peter Karich
-
Method Summary
Modifier and TypeMethodDescriptioncreateAlgo(Graph g, Weighting w, AlgorithmOptions opts) This method creates an algorithm out of this factory based on the specified opts and graph.
-
Method Details
-
createAlgo
This method creates an algorithm out of this factory based on the specified opts and graph.
-