Uses of Class
cdc.graphs.api.TraversalOrder
-
-
Uses of TraversalOrder in cdc.graphs.api
Methods in cdc.graphs.api that return TraversalOrder Modifier and Type Method Description static TraversalOrderTraversalOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static TraversalOrder[]TraversalOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.
-