public interface RoutingAlgorithmFactory
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.
|
RoutingAlgorithm createAlgo(Graph g, AlgorithmOptions opts)
Copyright © 2012–2019. All rights reserved.