Uses of Enum Class
org.jgrapht.traverse.DepthFirstIterator.VisitColor
Packages that use DepthFirstIterator.VisitColor
-
Uses of DepthFirstIterator.VisitColor in org.jgrapht.traverse
Subclasses with type arguments of type DepthFirstIterator.VisitColor in org.jgrapht.traverseModifier and TypeClassDescriptionclassDepthFirstIterator<V,E> A depth-first iterator for a directed or undirected graph.protected static enumStandard vertex visit state enumeration.Methods in org.jgrapht.traverse that return DepthFirstIterator.VisitColorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DepthFirstIterator.VisitColor[]DepthFirstIterator.VisitColor.values()Returns an array containing the constants of this enum class, in the order they are declared.