Uses of Class
org.jgrapht.traverse.CrossComponentIterator
-
Packages that use CrossComponentIterator Package Description org.jgrapht.alg.cycle Algorithms related to graph cycles.org.jgrapht.traverse Graph traversal means. -
-
Uses of CrossComponentIterator in org.jgrapht.alg.cycle
Subclasses of CrossComponentIterator in org.jgrapht.alg.cycle Modifier and Type Class Description private static class
CycleDetector.ProbeIterator<V,E>
Version of DFS which maintains a backtracking path used to probe for cycles. -
Uses of CrossComponentIterator in org.jgrapht.traverse
Subclasses of CrossComponentIterator in org.jgrapht.traverse Modifier and Type Class Description class
BreadthFirstIterator<V,E>
A breadth-first iterator for a directed or undirected graph.class
ClosestFirstIterator<V,E>
A closest-first iterator for a directed or undirected graph.class
DepthFirstIterator<V,E>
A depth-first iterator for a directed or undirected graph.
-