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