Uses of Class
org.jgrapht.graph.GraphWalk
Package
Description
Algorithms related to graph cycles.
Implementations of various graphs.
-
Uses of GraphWalk in org.jgrapht.alg.cycle
-
Uses of GraphWalk in org.jgrapht.graph
Modifier and TypeMethodDescriptionConcatenates the specified GraphWalk to the end of this GraphWalk.static <V,
E> GraphWalk<V, E> Convenience method which creates an empty walk.GraphWalk.reverse()
Reverses the direction of the walk.Reverses the direction of the walk.static <V,
E> GraphWalk<V, E> GraphWalk.singletonWalk
(Graph<V, E> graph, V v) Convenience method which creates a walk consisting of a single vertex with weight 0.0.static <V,
E> GraphWalk<V, E> GraphWalk.singletonWalk
(Graph<V, E> graph, V v, double weight) Convenience method which creates a walk consisting of a single vertex.Modifier and TypeMethodDescriptionConcatenates the specified GraphWalk to the end of this GraphWalk.Modifier and TypeMethodDescriptionConcatenates the specified GraphWalk to the end of this GraphWalk.Reverses the direction of the walk.