Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Pick
- 
- 
Uses of Pick in org.apache.tinkerpop.gremlin.process.traversalMethods in org.apache.tinkerpop.gremlin.process.traversal that return Pick Modifier and Type Method Description static PickPick. 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 StringTranslator.ScriptTranslator.AbstractTypeTranslator. getSyntax(Pick o)Take thePickargument and convert it to a string representation in the target language.
- 
Uses of Pick in org.apache.tinkerpop.gremlin.process.traversal.step.branchFields 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. traversalPickOptionsMethods in org.apache.tinkerpop.gremlin.process.traversal.step.branch that return types with arguments of type Pick Modifier and Type Method Description Map<Pick,List<Traversal.Admin<S,E>>>BranchStep. getTraversalPickOptions()Methods in org.apache.tinkerpop.gremlin.process.traversal.step.branch with parameters of type Pick Modifier and Type Method Description voidUnionStep. addChildOption(Pick pickToken, Traversal.Admin<S,E> traversalOption)
- 
Uses of Pick in org.apache.tinkerpop.gremlin.process.traversal.translatorMethods in org.apache.tinkerpop.gremlin.process.traversal.translator with parameters of type Pick Modifier and Type Method Description protected StringDotNetTranslator.DefaultTypeTranslator. getSyntax(Pick o)protected StringGolangTranslator.DefaultTypeTranslator. getSyntax(Pick o)protected StringGroovyTranslator.DefaultTypeTranslator. getSyntax(Pick o)protected StringJavascriptTranslator.DefaultTypeTranslator. getSyntax(Pick o)protected StringPythonTranslator.DefaultTypeTranslator. getSyntax(Pick o)
- 
Uses of Pick in org.apache.tinkerpop.gremlin.structure.io.binary.typesFields 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
 
-