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 classCycleDetector.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 classBreadthFirstIterator<V,E>A breadth-first iterator for a directed or undirected graph.classClosestFirstIterator<V,E>A closest-first iterator for a directed or undirected graph.classDepthFirstIterator<V,E>A depth-first iterator for a directed or undirected graph.
-