Uses of Class
dev.nm.graph.algorithm.traversal.DFS.Node.Color
-
Packages that use DFS.Node.Color Package Description dev.nm.graph.algorithm.traversal -
-
Uses of DFS.Node.Color in dev.nm.graph.algorithm.traversal
Fields in dev.nm.graph.algorithm.traversal declared as DFS.Node.Color Modifier and Type Field Description protected DFS.Node.ColorDFS.Node. colorMethods in dev.nm.graph.algorithm.traversal that return DFS.Node.Color Modifier and Type Method Description DFS.Node.ColorDFS.Node. color()Gets the color of this node.static DFS.Node.ColorDFS.Node.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static DFS.Node.Color[]DFS.Node.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.
-