Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Pick
-
-
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.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type Pick Modifier and Type Method Description protected abstract String
Translator.ScriptTranslator.AbstractTypeTranslator. getSyntax(Pick o)
Take thePick
argument and convert it to a string representation in the target language. -
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)
-
Uses of Pick in org.apache.tinkerpop.gremlin.process.traversal.translator
Methods in org.apache.tinkerpop.gremlin.process.traversal.translator with parameters of type Pick Modifier and Type Method Description protected String
DotNetTranslator.DefaultTypeTranslator. getSyntax(Pick o)
protected String
GolangTranslator.DefaultTypeTranslator. getSyntax(Pick o)
protected String
GroovyTranslator.DefaultTypeTranslator. getSyntax(Pick o)
protected String
JavascriptTranslator.DefaultTypeTranslator. getSyntax(Pick o)
protected String
PythonTranslator.DefaultTypeTranslator. getSyntax(Pick o)
-
Uses of Pick in org.apache.tinkerpop.gremlin.structure.io.binary.types
Fields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type Pick Modifier and Type Field Description static EnumSerializer<Pick>
EnumSerializer. PickSerializer
-