public interface PathCalculator
Modifier and Type | Method and Description |
---|---|
List<Path> |
calcPaths(int from,
int to,
EdgeRestrictions edgeRestrictions) |
String |
getDebugString() |
int |
getVisitedNodes() |
List<Path> calcPaths(int from, int to, EdgeRestrictions edgeRestrictions)
String getDebugString()
int getVisitedNodes()
Copyright © 2012–2022. All rights reserved.