Uses of Class
org.jgrapht.alg.shortestpath.EppsteinShortestPathIterator.EppsteinGraphPath
-
Packages that use EppsteinShortestPathIterator.EppsteinGraphPath Package Description org.jgrapht.alg.shortestpath Shortest-path related algorithms. -
-
Uses of EppsteinShortestPathIterator.EppsteinGraphPath in org.jgrapht.alg.shortestpath
Fields in org.jgrapht.alg.shortestpath with type parameters of type EppsteinShortestPathIterator.EppsteinGraphPath Modifier and Type Field Description private java.util.Queue<EppsteinShortestPathIterator.EppsteinGraphPath>
EppsteinShortestPathIterator. pathsQueue
Priority queue of the paths generated during the computation.Methods in org.jgrapht.alg.shortestpath with parameters of type EppsteinShortestPathIterator.EppsteinGraphPath Modifier and Type Method Description private void
EppsteinShortestPathIterator. addExtension(EppsteinShortestPathIterator.EppsteinGraphPath path, EppsteinShortestPathIterator.PathsGraphVertex extendingVertex, double weight)
Adds an extension ofpaths
withextendingVertex
being its last element.private void
EppsteinShortestPathIterator. addOneEdgeExtension(EppsteinShortestPathIterator.EppsteinGraphPath path)
Adds all one-edge extension of thepath
wrt the paths graph.int
EppsteinShortestPathIterator.EppsteinGraphPath. compareTo(EppsteinShortestPathIterator.EppsteinGraphPath o)
-