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