Package com.graphhopper.routing
Interface PathCalculator
- All Known Implementing Classes:
CHPathCalculator
,FlexiblePathCalculator
public interface PathCalculator
Implementations of this class allow repeatedly calculating paths for different start/target nodes and edge restrictions
-
Method Summary
Modifier and TypeMethodDescriptioncalcPaths
(int from, int to, EdgeRestrictions edgeRestrictions) int
-
Method Details
-
calcPaths
-
getDebugString
String getDebugString() -
getVisitedNodes
int getVisitedNodes()
-