Class BidirectionalAStarShortestPath.AStarSearchFrontier

java.lang.Object
org.jgrapht.alg.shortestpath.BaseBidirectionalShortestPathAlgorithm.BaseSearchFrontier<V,E>
org.jgrapht.alg.shortestpath.BidirectionalAStarShortestPath.AStarSearchFrontier
Enclosing class:
BidirectionalAStarShortestPath<V,E>

class BidirectionalAStarShortestPath.AStarSearchFrontier extends BaseBidirectionalShortestPathAlgorithm.BaseSearchFrontier<V,E>
Maintains search frontier during shortest path computation.