Uses of Class
org.jgrapht.alg.shortestpath.EppsteinShortestPathIterator.EppsteinGraphPath
Packages that use EppsteinShortestPathIterator.EppsteinGraphPath
-
Uses of EppsteinShortestPathIterator.EppsteinGraphPath in org.jgrapht.alg.shortestpath
Fields in org.jgrapht.alg.shortestpath with type parameters of type EppsteinShortestPathIterator.EppsteinGraphPathModifier and TypeFieldDescriptionprivate Queue
<EppsteinShortestPathIterator<V, E>.EppsteinGraphPath> EppsteinShortestPathIterator.pathsQueue
Priority queue of the paths generated during the computation.Methods in org.jgrapht.alg.shortestpath with parameters of type EppsteinShortestPathIterator.EppsteinGraphPathModifier and TypeMethodDescriptionprivate void
EppsteinShortestPathIterator.addExtension
(EppsteinShortestPathIterator<V, E>.EppsteinGraphPath path, EppsteinShortestPathIterator<V, E>.PathsGraphVertex extendingVertex, double weight) Adds an extension ofpaths
withextendingVertex
being its last element.private void
EppsteinShortestPathIterator.addOneEdgeExtension
(EppsteinShortestPathIterator<V, E>.EppsteinGraphPath path) Adds all one-edge extension of thepath
wrt the paths graph.int
EppsteinShortestPathIterator.EppsteinGraphPath.compareTo
(EppsteinShortestPathIterator<V, E>.EppsteinGraphPath o)