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