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. pathsQueuePriority 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 voidEppsteinShortestPathIterator. addExtension(EppsteinShortestPathIterator.EppsteinGraphPath path, EppsteinShortestPathIterator.PathsGraphVertex extendingVertex, double weight)Adds an extension ofpathswithextendingVertexbeing its last element.private voidEppsteinShortestPathIterator. addOneEdgeExtension(EppsteinShortestPathIterator.EppsteinGraphPath path)Adds all one-edge extension of thepathwrt the paths graph.intEppsteinShortestPathIterator.EppsteinGraphPath. compareTo(EppsteinShortestPathIterator.EppsteinGraphPath o)
-