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 classCycleDetector.ProbeIteratorVersion 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 classBreadthFirstIterator<V,E>A breadth-first iterator for a directed and an undirected graph.classClosestFirstIterator<V,E>A closest-first iterator for a directed or undirected graph.classCrossComponentIterator<V,E,D>Provides a cross-connected-component traversal functionality for iterator subclasses.classDepthFirstIterator<V,E>A depth-first iterator for a directed and an undirected graph.classRandomWalkIterator<V,E>A random-walk iterator for a directed and an undirected graph.classTopologicalOrderIterator<V,E>Implements topological order traversal for a directed acyclic graph.
-