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 class
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.traverseModifier and TypeClassDescriptionclass
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.