Uses of Interface
org.jgrapht.alg.shortestpath.SpurShortestPathEngine
Packages that use SpurShortestPathEngine
-
Uses of SpurShortestPathEngine in org.jgrapht.alg.shortestpath
Classes in org.jgrapht.alg.shortestpath that implement SpurShortestPathEngineModifier and TypeClassDescriptionclassAStarSpurEngine<V,E> Spur shortest-path engine that delegates to JGraphT'sAStarShortestPath, using thereverseDistancesToSinkhint as an admissible heuristic.classDijkstraSpurEngine<V,E> Spur shortest-path engine that delegates to JGraphT'sDijkstraShortestPath.Constructors in org.jgrapht.alg.shortestpath with parameters of type SpurShortestPathEngineModifierConstructorDescriptionBoundedPrunedYenKShortestPath(Graph<V, E> graph, SpurShortestPathEngine<V, E> engine) Constructor with a pluggableSpurShortestPathEngine.