Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Pick
-
Packages that use Pick Package Description org.apache.tinkerpop.gremlin.process.traversal org.apache.tinkerpop.gremlin.process.traversal.step.branch -
-
Uses of Pick in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return Pick Modifier and Type Method Description static Pick
Pick. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pick[]
Pick. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Pick in org.apache.tinkerpop.gremlin.process.traversal.step.branch
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.branch with type parameters of type Pick Modifier and Type Field Description protected Map<Pick,List<Traversal.Admin<S,E>>>
BranchStep. traversalPickOptions
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.branch with parameters of type Pick Modifier and Type Method Description void
UnionStep. addChildOption(Pick pickToken, Traversal.Admin<S,E> traversalOption)
-