Uses of Class
org.apache.tinkerpop.gremlin.language.translator.Translator
-
Packages that use Translator Package Description org.apache.tinkerpop.gremlin.language.translator -
-
Uses of Translator in org.apache.tinkerpop.gremlin.language.translator
Methods in org.apache.tinkerpop.gremlin.language.translator that return Translator Modifier and Type Method Description static Translator
Translator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Translator[]
Translator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.language.translator with parameters of type Translator Modifier and Type Method Description static Translation
GremlinTranslator. translate(String query, String graphTraversalSourceName, Translator translator)
Convert a Gremlin string into the specified source code representation of that traversal.static Translation
GremlinTranslator. translate(String query, Translator translator)
Convert a Gremlin string into the specified source code representation of that traversal.
-