Uses of Class
org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.State
-
Packages that use ComputerGraph.State Package Description org.apache.tinkerpop.gremlin.process.computer.util -
-
Uses of ComputerGraph.State in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return ComputerGraph.State Modifier and Type Method Description static ComputerGraph.StateComputerGraph.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputerGraph.State[]ComputerGraph.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-