Class BidirectionalAStarShortestPath.AStarSearchFrontier

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) double getDistance​(V v)
      Returns distance to vertex v computed so far.
      (package private) E getTreeEdge​(V v)
      Returns edge which connects v to its predecessor in the shortest paths tree of this frontier.
      (package private) void updateDistance​(V v, E e, double tentativeGScore, double fScore)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait