Uses of Class
org.jgrapht.traverse.AbstractGraphIterator
-
Packages that use AbstractGraphIterator Package Description org.jgrapht.alg Algorithms provided with JGraphT.org.jgrapht.traverse Graph traversal means. -
-
Uses of AbstractGraphIterator in org.jgrapht.alg
Subclasses of AbstractGraphIterator in org.jgrapht.alg Modifier and Type Class Description private class
CycleDetector.ProbeIterator
Version of DFS which maintains a backtracking path used to probe for cycles. -
Uses of AbstractGraphIterator in org.jgrapht.traverse
Subclasses of AbstractGraphIterator in org.jgrapht.traverse Modifier and Type Class Description class
BreadthFirstIterator<V,E>
A breadth-first iterator for a directed and an undirected graph.class
ClosestFirstIterator<V,E>
A closest-first iterator for a directed or undirected graph.class
CrossComponentIterator<V,E,D>
Provides a cross-connected-component traversal functionality for iterator subclasses.class
DepthFirstIterator<V,E>
A depth-first iterator for a directed and an undirected graph.class
RandomWalkIterator<V,E>
A random-walk iterator for a directed and an undirected graph.class
TopologicalOrderIterator<V,E>
Implements topological order traversal for a directed acyclic graph.
-