Uses of Class
org.jgrapht.traverse.CrossComponentIterator
Packages that use CrossComponentIterator
Package
Description
Algorithms related to graph cycles.
Graph traversal means.
-
Uses of CrossComponentIterator in org.jgrapht.alg.cycle
Subclasses of CrossComponentIterator in org.jgrapht.alg.cycleModifier and TypeClassDescriptionprivate static classVersion 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.traverseModifier and TypeClassDescriptionclassBreadthFirstIterator<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.