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 Details

    • calcPaths

      List<Path> calcPaths(int from, int to, EdgeRestrictions edgeRestrictions)
    • getDebugString

      String getDebugString()
    • getVisitedNodes

      int getVisitedNodes()