Uses of Class
org.jgrapht.alg.shortestpath.EppsteinShortestPathIterator.EppsteinGraphPath
Packages that use EppsteinShortestPathIterator.EppsteinGraphPath
-
Uses of EppsteinShortestPathIterator.EppsteinGraphPath in org.jgrapht.alg.shortestpath
Classes in org.jgrapht.alg.shortestpath that implement interfaces with type arguments of type EppsteinShortestPathIterator.EppsteinGraphPathModifier and TypeClassDescriptionprivate classRepresents a path that is generated during the computations.Fields in org.jgrapht.alg.shortestpath with type parameters of type EppsteinShortestPathIterator.EppsteinGraphPathModifier and TypeFieldDescriptionprivate Queue<EppsteinShortestPathIterator<V, E>.EppsteinGraphPath> EppsteinShortestPathIterator.pathsQueuePriority queue of the paths generated during the computation.Methods in org.jgrapht.alg.shortestpath with parameters of type EppsteinShortestPathIterator.EppsteinGraphPathModifier and TypeMethodDescriptionprivate voidEppsteinShortestPathIterator.addExtension(EppsteinShortestPathIterator<V, E>.EppsteinGraphPath path, EppsteinShortestPathIterator<V, E>.PathsGraphVertex extendingVertex, double weight) Adds an extension ofpathswithextendingVertexbeing its last element.private voidEppsteinShortestPathIterator.addOneEdgeExtension(EppsteinShortestPathIterator<V, E>.EppsteinGraphPath path) Adds all one-edge extension of thepathwrt the paths graph.intEppsteinShortestPathIterator.EppsteinGraphPath.compareTo(EppsteinShortestPathIterator<V, E>.EppsteinGraphPath o)