Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Packages that use GraphTraversal
Package
Description
-
Uses of GraphTraversal in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return GraphTraversalModifier and TypeMethodDescriptionAbstractGremlinTest.convertToVertexProperty(Graph graph, String vertexName, String vertexPropertyKey) AbstractGremlinTest.convertToVertexPropertyId(String vertexName, String vertexPropertyKey) AbstractGremlinTest.convertToVertexPropertyId(Graph graph, String vertexName, String vertexPropertyKey) -
Uses of GraphTraversal in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Subinterfaces of GraphTraversal in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialModifier and TypeInterfaceDescriptioninterfaceCredentialTraversal<S,E> interfaceA DSL for managing a "credentials graph" used by Gremlin Server for simple authentication functions.Classes in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that implement GraphTraversalMethods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return GraphTraversalModifier and TypeMethodDescriptiondefault GraphTraversal<S,Vertex> Creates or updates a user.Creates or updates a user.default GraphTraversal<S,Vertex> CredentialTraversalDsl.users()Finds all users.default GraphTraversal<S,Vertex> Finds users by name.CredentialTraversalSourceDsl.users()Finds all users.Finds users by name. -
Uses of GraphTraversal in org.apache.tinkerpop.gremlin.groovy.loaders
Methods in org.apache.tinkerpop.gremlin.groovy.loaders with parameters of type GraphTraversalModifier and TypeMethodDescriptionstatic final ObjectSugarLoader.GraphTraversalCategory.get(GraphTraversal graphTraversal, String key) static final ObjectSugarLoader.GraphTraversalCategory.getAt(GraphTraversal graphTraversal, groovy.lang.Range range) static final ObjectSugarLoader.GraphTraversalCategory.getAt(GraphTraversal graphTraversal, Integer index) -
Uses of GraphTraversal in org.apache.tinkerpop.gremlin.language.grammar
Fields in org.apache.tinkerpop.gremlin.language.grammar declared as GraphTraversalModifier and TypeFieldDescriptionprotected GraphTraversalTraversalSourceSpawnMethodVisitor.graphTraversalMethods in org.apache.tinkerpop.gremlin.language.grammar that return GraphTraversalModifier and TypeMethodDescriptionTraversalMethodVisitor.getNestedTraversalList(GremlinParser.NestedTraversalListContext ctx) TraversalMethodVisitor.visitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext ctx) Visit a parse tree produced by thetraversalMethod_addE_Stringlabeled alternative inGremlinParser.traversalMethod_addE().TraversalMethodVisitor.visitTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_addE_Traversallabeled alternative inGremlinParser.traversalMethod_addE().TraversalMethodVisitor.visitTraversalMethod_addLabel_String(GremlinParser.TraversalMethod_addLabel_StringContext ctx) Visit a parse tree produced by thetraversalMethod_addLabel_Stringlabeled alternative inGremlinParser.traversalMethod_addLabel().TraversalMethodVisitor.visitTraversalMethod_addLabel_Traversal(GremlinParser.TraversalMethod_addLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_addLabel_Traversallabeled alternative inGremlinParser.traversalMethod_addLabel().TraversalMethodVisitor.visitTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_addV_Emptylabeled alternative inGremlinParser.traversalMethod_addV().TraversalMethodVisitor.visitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext ctx) Visit a parse tree produced by thetraversalMethod_addV_Stringlabeled alternative inGremlinParser.traversalMethod_addV().TraversalMethodVisitor.visitTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_addV_Traversallabeled alternative inGremlinParser.traversalMethod_addV().TraversalMethodVisitor.visitTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext ctx) Visit a parse tree produced by thetraversalMethod_aggregate_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().TraversalMethodVisitor.visitTraversalMethod_all_P(GremlinParser.TraversalMethod_all_PContext ctx) Visit a parse tree produced by thetraversalMethod_all_Plabeled alternative inGremlinParser.traversalMethod_all().TraversalMethodVisitor.visitTraversalMethod_and(GremlinParser.TraversalMethod_andContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_and().TraversalMethodVisitor.visitTraversalMethod_any_P(GremlinParser.TraversalMethod_any_PContext ctx) Visit a parse tree produced by thetraversalMethod_any_Plabeled alternative inGremlinParser.traversalMethod_any().TraversalMethodVisitor.visitTraversalMethod_as(GremlinParser.TraversalMethod_asContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_as().TraversalMethodVisitor.visitTraversalMethod_asBool(GremlinParser.TraversalMethod_asBoolContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_asBool().TraversalMethodVisitor.visitTraversalMethod_asDate(GremlinParser.TraversalMethod_asDateContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_asDate().TraversalMethodVisitor.visitTraversalMethod_asNumber_Empty(GremlinParser.TraversalMethod_asNumber_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_asNumber_Emptylabeled alternative inGremlinParser.traversalMethod_asNumber().TraversalMethodVisitor.visitTraversalMethod_asNumber_traversalGType(GremlinParser.TraversalMethod_asNumber_traversalGTypeContext ctx) Visit a parse tree produced by thetraversalMethod_asNumber_traversalGTypelabeled alternative inGremlinParser.traversalMethod_asNumber().TraversalMethodVisitor.visitTraversalMethod_asString_Empty(GremlinParser.TraversalMethod_asString_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_asString_Emptylabeled alternative inGremlinParser.traversalMethod_asString().TraversalMethodVisitor.visitTraversalMethod_asString_Scope(GremlinParser.TraversalMethod_asString_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().TraversalMethodVisitor.visitTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext ctx) Visit a parse tree produced by thetraversalMethod_barrier_Consumerlabeled alternative inGremlinParser.traversalMethod_barrier().TraversalMethodVisitor.visitTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_barrier_Emptylabeled alternative inGremlinParser.traversalMethod_barrier().TraversalMethodVisitor.visitTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext ctx) Visit a parse tree produced by thetraversalMethod_barrier_intlabeled alternative inGremlinParser.traversalMethod_barrier().TraversalMethodVisitor.visitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_both().TraversalMethodVisitor.visitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_bothE().TraversalMethodVisitor.visitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_bothV().TraversalMethodVisitor.visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_branch().TraversalMethodVisitor.visitTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_by_Emptylabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext ctx) Visit a parse tree produced by thetraversalMethod_by_Functionlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_Function_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext ctx) Visit a parse tree produced by thetraversalMethod_by_Orderlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext ctx) Visit a parse tree produced by thetraversalMethod_by_Stringlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_String_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext ctx) Visit a parse tree produced by thetraversalMethod_by_Tlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_by_Traversallabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_Traversal_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().TraversalMethodVisitor.visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_cap().TraversalMethodVisitor.visitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Functionlabeled alternative inGremlinParser.traversalMethod_choose().TraversalMethodVisitor.visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_choose().TraversalMethodVisitor.visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().TraversalMethodVisitor.visitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Traversallabeled alternative inGremlinParser.traversalMethod_choose().TraversalMethodVisitor.visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().TraversalMethodVisitor.visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().TraversalMethodVisitor.visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_coalesce().TraversalMethodVisitor.visitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_coin().TraversalMethodVisitor.visitTraversalMethod_combine_Object(GremlinParser.TraversalMethod_combine_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_combine_Objectlabeled alternative inGremlinParser.traversalMethod_combine().TraversalMethodVisitor.visitTraversalMethod_concat_String(GremlinParser.TraversalMethod_concat_StringContext ctx) Visit a parse tree produced by thetraversalMethod_concat_Stringlabeled alternative inGremlinParser.traversalMethod_concat().TraversalMethodVisitor.visitTraversalMethod_concat_Traversal_Traversal(GremlinParser.TraversalMethod_concat_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_concat_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_concat().TraversalMethodVisitor.visitTraversalMethod_conjoin_String(GremlinParser.TraversalMethod_conjoin_StringContext ctx) Visit a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().TraversalMethodVisitor.visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_constant().TraversalMethodVisitor.visitTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_count_Emptylabeled alternative inGremlinParser.traversalMethod_count().TraversalMethodVisitor.visitTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_count_Scopelabeled alternative inGremlinParser.traversalMethod_count().TraversalMethodVisitor.visitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_cyclicPath().TraversalMethodVisitor.visitTraversalMethod_dateAdd(GremlinParser.TraversalMethod_dateAddContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_dateAdd().TraversalMethodVisitor.visitTraversalMethod_dateDiff_Date(GremlinParser.TraversalMethod_dateDiff_DateContext ctx) Visit a parse tree produced by thetraversalMethod_dateDiff_Datelabeled alternative inGremlinParser.traversalMethod_dateDiff().TraversalMethodVisitor.visitTraversalMethod_dateDiff_Traversal(GremlinParser.TraversalMethod_dateDiff_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_dateDiff_Traversallabeled alternative inGremlinParser.traversalMethod_dateDiff().TraversalMethodVisitor.visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx) Visit a parse tree produced by thetraversalMethod_dedup_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().TraversalMethodVisitor.visitTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext ctx) Visit a parse tree produced by thetraversalMethod_dedup_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().TraversalMethodVisitor.visitTraversalMethod_difference_Object(GremlinParser.TraversalMethod_difference_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_difference_Objectlabeled alternative inGremlinParser.traversalMethod_difference().TraversalMethodVisitor.visitTraversalMethod_disjunct_Object(GremlinParser.TraversalMethod_disjunct_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_disjunct_Objectlabeled alternative inGremlinParser.traversalMethod_disjunct().TraversalMethodVisitor.visitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_drop().TraversalMethodVisitor.visitTraversalMethod_dropLabel_String(GremlinParser.TraversalMethod_dropLabel_StringContext ctx) Visit a parse tree produced by thetraversalMethod_dropLabel_Stringlabeled alternative inGremlinParser.traversalMethod_dropLabel().TraversalMethodVisitor.visitTraversalMethod_dropLabel_Traversal(GremlinParser.TraversalMethod_dropLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_dropLabel_Traversallabeled alternative inGremlinParser.traversalMethod_dropLabel().TraversalMethodVisitor.visitTraversalMethod_dropLabels_Empty(GremlinParser.TraversalMethod_dropLabels_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_dropLabels_Emptylabeled alternative inGremlinParser.traversalMethod_dropLabels().TraversalMethodVisitor.visitTraversalMethod_E(GremlinParser.TraversalMethod_EContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_E().TraversalMethodVisitor.visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_elementMap().TraversalMethodVisitor.visitTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_emit_Emptylabeled alternative inGremlinParser.traversalMethod_emit().TraversalMethodVisitor.visitTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext ctx) Visit a parse tree produced by thetraversalMethod_emit_Predicatelabeled alternative inGremlinParser.traversalMethod_emit().TraversalMethodVisitor.visitTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_emit_Traversallabeled alternative inGremlinParser.traversalMethod_emit().TraversalMethodVisitor.visitTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext ctx) Visit a parse tree produced by thetraversalMethod_filter_Predicatelabeled alternative inGremlinParser.traversalMethod_filter().TraversalMethodVisitor.visitTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_filter_Traversallabeled alternative inGremlinParser.traversalMethod_filter().TraversalMethodVisitor.visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_flatMap().TraversalMethodVisitor.visitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_fold_Emptylabeled alternative inGremlinParser.traversalMethod_fold().TraversalMethodVisitor.visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx) Visit a parse tree produced by thetraversalMethod_fold_Object_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().TraversalMethodVisitor.visitTraversalMethod_format_String(GremlinParser.TraversalMethod_format_StringContext ctx) Visit a parse tree produced by thetraversalMethod_format_Stringlabeled alternative inGremlinParser.traversalMethod_format().TraversalMethodVisitor.visitTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_from_Traversallabeled alternative inGremlinParser.traversalMethod_from().TraversalMethodVisitor.visitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_group_Emptylabeled alternative inGremlinParser.traversalMethod_group().TraversalMethodVisitor.visitTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext ctx) Visit a parse tree produced by thetraversalMethod_group_Stringlabeled alternative inGremlinParser.traversalMethod_group().TraversalMethodVisitor.visitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_groupCount_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().TraversalMethodVisitor.visitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext ctx) Visit a parse tree produced by thetraversalMethod_groupCount_Stringlabeled alternative inGremlinParser.traversalMethod_groupCount().TraversalMethodVisitor.visitTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext ctx) Visit a parse tree produced by thetraversalMethod_has_Stringlabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_Plabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Plabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_String_String_Traversal(GremlinParser.TraversalMethod_has_String_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_has_T_Objectlabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext ctx) Visit a parse tree produced by thetraversalMethod_has_T_Plabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_has_T_Traversallabeled alternative inGremlinParser.traversalMethod_has().TraversalMethodVisitor.visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_hasId_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasId().TraversalMethodVisitor.visitTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext ctx) Visit a parse tree produced by thetraversalMethod_hasId_Plabeled alternative inGremlinParser.traversalMethod_hasId().TraversalMethodVisitor.visitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext ctx) Visit a parse tree produced by thetraversalMethod_hasKey_Plabeled alternative inGremlinParser.traversalMethod_hasKey().TraversalMethodVisitor.visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_hasKey_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().TraversalMethodVisitor.visitTraversalMethod_hasKey_Traversal(GremlinParser.TraversalMethod_hasKey_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_hasKey_Traversallabeled alternative inGremlinParser.traversalMethod_hasKey().TraversalMethodVisitor.visitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext ctx) Visit a parse tree produced by thetraversalMethod_hasLabel_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().TraversalMethodVisitor.visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_hasLabel_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().TraversalMethodVisitor.visitTraversalMethod_hasLabel_Traversal(GremlinParser.TraversalMethod_hasLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_hasLabel_Traversallabeled alternative inGremlinParser.traversalMethod_hasLabel().TraversalMethodVisitor.visitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_hasNot().TraversalMethodVisitor.visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_hasValue_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().TraversalMethodVisitor.visitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext ctx) Visit a parse tree produced by thetraversalMethod_hasValue_Plabeled alternative inGremlinParser.traversalMethod_hasValue().TraversalMethodVisitor.visitTraversalMethod_hasValue_Traversal(GremlinParser.TraversalMethod_hasValue_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_hasValue_Traversallabeled alternative inGremlinParser.traversalMethod_hasValue().TraversalMethodVisitor.visitTraversalMethod_id(GremlinParser.TraversalMethod_idContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_id().TraversalMethodVisitor.visitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_identity().TraversalMethodVisitor.visitTraversalMethod_in(GremlinParser.TraversalMethod_inContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_in().TraversalMethodVisitor.visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx) TraversalMethodVisitor.visitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_inE().TraversalMethodVisitor.visitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_inject().TraversalMethodVisitor.visitTraversalMethod_intersect_Object(GremlinParser.TraversalMethod_intersect_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_intersect_Objectlabeled alternative inGremlinParser.traversalMethod_intersect().TraversalMethodVisitor.visitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_inV().TraversalMethodVisitor.visitTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_is_Objectlabeled alternative inGremlinParser.traversalMethod_is().TraversalMethodVisitor.visitTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext ctx) Visit a parse tree produced by thetraversalMethod_is_Plabeled alternative inGremlinParser.traversalMethod_is().TraversalMethodVisitor.visitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_key().TraversalMethodVisitor.visitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_label().TraversalMethodVisitor.visitTraversalMethod_labels(GremlinParser.TraversalMethod_labelsContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_labels().TraversalMethodVisitor.visitTraversalMethod_length_Empty(GremlinParser.TraversalMethod_length_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_length_Emptylabeled alternative inGremlinParser.traversalMethod_length().TraversalMethodVisitor.visitTraversalMethod_length_Scope(GremlinParser.TraversalMethod_length_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().TraversalMethodVisitor.visitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext ctx) Visit a parse tree produced by thetraversalMethod_limit_longlabeled alternative inGremlinParser.traversalMethod_limit().TraversalMethodVisitor.visitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext ctx) Visit a parse tree produced by thetraversalMethod_limit_Scope_longlabeled alternative inGremlinParser.traversalMethod_limit().TraversalMethodVisitor.visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_local().TraversalMethodVisitor.visitTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext ctx) TraversalMethodVisitor.visitTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext ctx) TraversalMethodVisitor.visitTraversalMethod_lTrim_Empty(GremlinParser.TraversalMethod_lTrim_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_lTrim_Emptylabeled alternative inGremlinParser.traversalMethod_lTrim().TraversalMethodVisitor.visitTraversalMethod_lTrim_Scope(GremlinParser.TraversalMethod_lTrim_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().TraversalMethodVisitor.visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_map().TraversalMethodVisitor.visitTraversalMethod_match_string(GremlinParser.TraversalMethod_match_stringContext ctx) Visit a parse tree produced by thetraversalMethod_match_stringlabeled alternative inGremlinParser.traversalMethod_match().TraversalMethodVisitor.visitTraversalMethod_match_string_map(GremlinParser.TraversalMethod_match_string_mapContext ctx) Visit a parse tree produced by thetraversalMethod_match_string_maplabeled alternative inGremlinParser.traversalMethod_match().TraversalMethodVisitor.visitTraversalMethod_match_traversal(GremlinParser.TraversalMethod_match_traversalContext ctx) Visit a parse tree produced by thetraversalMethod_match_traversallabeled alternative inGremlinParser.traversalMethod_match().TraversalMethodVisitor.visitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_math().TraversalMethodVisitor.visitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_max_Emptylabeled alternative inGremlinParser.traversalMethod_max().TraversalMethodVisitor.visitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_max_Scopelabeled alternative inGremlinParser.traversalMethod_max().TraversalMethodVisitor.visitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_mean_Emptylabeled alternative inGremlinParser.traversalMethod_mean().TraversalMethodVisitor.visitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_mean_Scopelabeled alternative inGremlinParser.traversalMethod_mean().TraversalMethodVisitor.visitTraversalMethod_merge_Object(GremlinParser.TraversalMethod_merge_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_merge_Objectlabeled alternative inGremlinParser.traversalMethod_merge().TraversalMethodVisitor.visitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext ctx) Visit a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().TraversalMethodVisitor.visitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().TraversalMethodVisitor.visitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext ctx) Visit a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().TraversalMethodVisitor.visitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().TraversalMethodVisitor.visitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_min_Emptylabeled alternative inGremlinParser.traversalMethod_min().TraversalMethodVisitor.visitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_min_Scopelabeled alternative inGremlinParser.traversalMethod_min().TraversalMethodVisitor.visitTraversalMethod_none_P(GremlinParser.TraversalMethod_none_PContext ctx) Visit a parse tree produced by thetraversalMethod_none_Plabeled alternative inGremlinParser.traversalMethod_none().TraversalMethodVisitor.visitTraversalMethod_not(GremlinParser.TraversalMethod_notContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_not().TraversalMethodVisitor.visitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext ctx) Visit a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().TraversalMethodVisitor.visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().TraversalMethodVisitor.visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Object_Traversallabeled alternative inGremlinParser.traversalMethod_option().TraversalMethodVisitor.visitTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Traversallabeled alternative inGremlinParser.traversalMethod_option().TraversalMethodVisitor.visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_optional().TraversalMethodVisitor.visitTraversalMethod_or(GremlinParser.TraversalMethod_orContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_or().TraversalMethodVisitor.visitTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_order_Emptylabeled alternative inGremlinParser.traversalMethod_order().TraversalMethodVisitor.visitTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_order_Scopelabeled alternative inGremlinParser.traversalMethod_order().TraversalMethodVisitor.visitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_otherV().TraversalMethodVisitor.visitTraversalMethod_out(GremlinParser.TraversalMethod_outContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_out().TraversalMethodVisitor.visitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_outE().TraversalMethodVisitor.visitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_outV().TraversalMethodVisitor.visitTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext ctx) Visit a parse tree produced by thetraversalMethod_pageRank_doublelabeled alternative inGremlinParser.traversalMethod_pageRank().TraversalMethodVisitor.visitTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_pageRank_Emptylabeled alternative inGremlinParser.traversalMethod_pageRank().TraversalMethodVisitor.visitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_path().TraversalMethodVisitor.visitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_peerPressure().TraversalMethodVisitor.visitTraversalMethod_product_Object(GremlinParser.TraversalMethod_product_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_product_Objectlabeled alternative inGremlinParser.traversalMethod_product().TraversalMethodVisitor.visitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_profile_Emptylabeled alternative inGremlinParser.traversalMethod_profile().TraversalMethodVisitor.visitTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext ctx) Visit a parse tree produced by thetraversalMethod_profile_Stringlabeled alternative inGremlinParser.traversalMethod_profile().TraversalMethodVisitor.visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_project().TraversalMethodVisitor.visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_properties().TraversalMethodVisitor.visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().TraversalMethodVisitor.visitTraversalMethod_property_Cardinality_Object_Traversal(GremlinParser.TraversalMethod_property_Cardinality_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Traversallabeled alternative inGremlinParser.traversalMethod_property().TraversalMethodVisitor.visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().TraversalMethodVisitor.visitTraversalMethod_property_Object_Traversal(GremlinParser.TraversalMethod_property_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Object_Traversallabeled alternative inGremlinParser.traversalMethod_property().TraversalMethodVisitor.visitTraversalMethod_property_Traversal(GremlinParser.TraversalMethod_property_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Traversallabeled alternative inGremlinParser.traversalMethod_property().TraversalMethodVisitor.visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_propertyMap().TraversalMethodVisitor.visitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext ctx) Visit a parse tree produced by thetraversalMethod_range_long_longlabeled alternative inGremlinParser.traversalMethod_range().TraversalMethodVisitor.visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx) Visit a parse tree produced by thetraversalMethod_range_Scope_long_longlabeled alternative inGremlinParser.traversalMethod_range().TraversalMethodVisitor.visitTraversalMethod_read(GremlinParser.TraversalMethod_readContext ctx) TraversalMethodVisitor.visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx) TraversalMethodVisitor.visitTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext ctx) TraversalMethodVisitor.visitTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().TraversalMethodVisitor.visitTraversalMethod_replace_String_String(GremlinParser.TraversalMethod_replace_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().TraversalMethodVisitor.visitTraversalMethod_reverse_Empty(GremlinParser.TraversalMethod_reverse_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_reverse_Emptylabeled alternative inGremlinParser.traversalMethod_reverse().TraversalMethodVisitor.visitTraversalMethod_rTrim_Empty(GremlinParser.TraversalMethod_rTrim_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_rTrim_Emptylabeled alternative inGremlinParser.traversalMethod_rTrim().TraversalMethodVisitor.visitTraversalMethod_rTrim_Scope(GremlinParser.TraversalMethod_rTrim_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().TraversalMethodVisitor.visitTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext ctx) Visit a parse tree produced by thetraversalMethod_sack_BiFunctionlabeled alternative inGremlinParser.traversalMethod_sack().TraversalMethodVisitor.visitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_sack_Emptylabeled alternative inGremlinParser.traversalMethod_sack().TraversalMethodVisitor.visitTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext ctx) Visit a parse tree produced by thetraversalMethod_sample_intlabeled alternative inGremlinParser.traversalMethod_sample().TraversalMethodVisitor.visitTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext ctx) Visit a parse tree produced by thetraversalMethod_sample_Scope_intlabeled alternative inGremlinParser.traversalMethod_sample().TraversalMethodVisitor.visitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext ctx) Visit a parse tree produced by thetraversalMethod_select_Columnlabeled alternative inGremlinParser.traversalMethod_select().TraversalMethodVisitor.visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_Pop_Stringlabeled alternative inGremlinParser.traversalMethod_select().TraversalMethodVisitor.visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_Pop_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().TraversalMethodVisitor.visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx) TraversalMethodVisitor.visitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_Stringlabeled alternative inGremlinParser.traversalMethod_select().TraversalMethodVisitor.visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().TraversalMethodVisitor.visitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext ctx) TraversalMethodVisitor.visitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext ctx) TraversalMethodVisitor.visitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_sideEffect().TraversalMethodVisitor.visitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_simplePath().TraversalMethodVisitor.visitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext ctx) Visit a parse tree produced by thetraversalMethod_skip_longlabeled alternative inGremlinParser.traversalMethod_skip().TraversalMethodVisitor.visitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext ctx) Visit a parse tree produced by thetraversalMethod_skip_Scope_longlabeled alternative inGremlinParser.traversalMethod_skip().TraversalMethodVisitor.visitTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx) Visit a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().TraversalMethodVisitor.visitTraversalMethod_split_String(GremlinParser.TraversalMethod_split_StringContext ctx) Visit a parse tree produced by thetraversalMethod_split_Stringlabeled alternative inGremlinParser.traversalMethod_split().TraversalMethodVisitor.visitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_subgraph().TraversalMethodVisitor.visitTraversalMethod_substring_int(GremlinParser.TraversalMethod_substring_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_intlabeled alternative inGremlinParser.traversalMethod_substring().TraversalMethodVisitor.visitTraversalMethod_substring_int_int(GremlinParser.TraversalMethod_substring_int_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_int_intlabeled alternative inGremlinParser.traversalMethod_substring().TraversalMethodVisitor.visitTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().TraversalMethodVisitor.visitTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().TraversalMethodVisitor.visitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_sum_Emptylabeled alternative inGremlinParser.traversalMethod_sum().TraversalMethodVisitor.visitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_sum_Scopelabeled alternative inGremlinParser.traversalMethod_sum().TraversalMethodVisitor.visitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_tail_Emptylabeled alternative inGremlinParser.traversalMethod_tail().TraversalMethodVisitor.visitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext ctx) Visit a parse tree produced by thetraversalMethod_tail_longlabeled alternative inGremlinParser.traversalMethod_tail().TraversalMethodVisitor.visitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_tail_Scopelabeled alternative inGremlinParser.traversalMethod_tail().TraversalMethodVisitor.visitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext ctx) Visit a parse tree produced by thetraversalMethod_tail_Scope_longlabeled alternative inGremlinParser.traversalMethod_tail().TraversalMethodVisitor.visitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_timeLimit().TraversalMethodVisitor.visitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_times().TraversalMethodVisitor.visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx) Visit a parse tree produced by thetraversalMethod_to_Direction_Stringlabeled alternative inGremlinParser.traversalMethod_to().TraversalMethodVisitor.visitTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_to_Traversallabeled alternative inGremlinParser.traversalMethod_to().TraversalMethodVisitor.visitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_toE().TraversalMethodVisitor.visitTraversalMethod_toLower_Empty(GremlinParser.TraversalMethod_toLower_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_toLower_Emptylabeled alternative inGremlinParser.traversalMethod_toLower().TraversalMethodVisitor.visitTraversalMethod_toLower_Scope(GremlinParser.TraversalMethod_toLower_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().TraversalMethodVisitor.visitTraversalMethod_toUpper_Empty(GremlinParser.TraversalMethod_toUpper_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_toUpper_Emptylabeled alternative inGremlinParser.traversalMethod_toUpper().TraversalMethodVisitor.visitTraversalMethod_toUpper_Scope(GremlinParser.TraversalMethod_toUpper_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().TraversalMethodVisitor.visitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_toV().TraversalMethodVisitor.visitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_tree_Emptylabeled alternative inGremlinParser.traversalMethod_tree().TraversalMethodVisitor.visitTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext ctx) Visit a parse tree produced by thetraversalMethod_tree_Stringlabeled alternative inGremlinParser.traversalMethod_tree().TraversalMethodVisitor.visitTraversalMethod_trim_Empty(GremlinParser.TraversalMethod_trim_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_trim_Emptylabeled alternative inGremlinParser.traversalMethod_trim().TraversalMethodVisitor.visitTraversalMethod_trim_Scope(GremlinParser.TraversalMethod_trim_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().TraversalMethodVisitor.visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_unfold().TraversalMethodVisitor.visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_union().TraversalMethodVisitor.visitTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext ctx) Visit a parse tree produced by thetraversalMethod_until_Predicatelabeled alternative inGremlinParser.traversalMethod_until().TraversalMethodVisitor.visitTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_until_Traversallabeled alternative inGremlinParser.traversalMethod_until().TraversalMethodVisitor.visitTraversalMethod_V(GremlinParser.TraversalMethod_VContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_V().TraversalMethodVisitor.visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_value().TraversalMethodVisitor.visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx) Visit a parse tree produced by thetraversalMethod_valueMap_boolean_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().TraversalMethodVisitor.visitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext ctx) Visit a parse tree produced by thetraversalMethod_valueMap_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().TraversalMethodVisitor.visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_values().TraversalMethodVisitor.visitTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext ctx) Visit a parse tree produced by thetraversalMethod_where_Plabeled alternative inGremlinParser.traversalMethod_where().TraversalMethodVisitor.visitTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext ctx) Visit a parse tree produced by thetraversalMethod_where_String_Plabeled alternative inGremlinParser.traversalMethod_where().TraversalMethodVisitor.visitTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_where_Traversallabeled alternative inGremlinParser.traversalMethod_where().TraversalMethodVisitor.visitTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext ctx) TraversalMethodVisitor.visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx) TraversalMethodVisitor.visitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext ctx) TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_addV_Empty(GremlinParser.TraversalSourceSpawnMethod_addV_EmptyContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_addV_String(GremlinParser.TraversalSourceSpawnMethod_addV_StringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_addV_Traversal(GremlinParser.TraversalSourceSpawnMethod_addV_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_match_string(GremlinParser.TraversalSourceSpawnMethod_match_stringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_match_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_match().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_match_string_map(GremlinParser.TraversalSourceSpawnMethod_match_string_mapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_match_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_match().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().TraversalSourceSpawnMethodVisitor.visitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V().Constructors in org.apache.tinkerpop.gremlin.language.grammar with parameters of type GraphTraversalModifierConstructorDescriptionTraversalMethodVisitor(GremlinAntlrToJava antlr, GraphTraversal graphTraversal) Constructor parameters in org.apache.tinkerpop.gremlin.language.grammar with type arguments of type GraphTraversalModifierConstructorDescriptionprotectedGremlinAntlrToJava(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous) protectedGremlinAntlrToJava(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) protectedGremlinAntlrToJava(GraphTraversalSource g, Supplier<GraphTraversal<?, ?>> createAnonymous) Constructs a new instance that is bound to the specifiedGraphTraversalSourceand thus spawns theTraversalfrom this "g" rather than from a fresh one constructed from theGraphinstance.protectedGremlinAntlrToJava(Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous) NoOpTerminalVisitor(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) -
Uses of GraphTraversal in org.apache.tinkerpop.gremlin.process.traversal
Fields in org.apache.tinkerpop.gremlin.process.traversal with type parameters of type GraphTraversalModifier and TypeFieldDescriptionUnaryOperator<GraphTraversal<?,?>> TraversalInterruptionTest.traversalAfterPauseTraversalInterruptionTest.traversalBeforePauseTraversalInterruptionComputerTest.traversalMaker -
Uses of GraphTraversal in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Subinterfaces of GraphTraversal in org.apache.tinkerpop.gremlin.process.traversal.dsl.graphModifier and TypeInterfaceDescriptionstatic interfaceGraphTraversal.Admin<S,E> Exposes administrative methods that are either internal to TinkerPop or for users with advanced needs.Classes in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that implement GraphTraversalMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return GraphTraversalModifier and TypeMethodDescriptionstatic <A> GraphTraversal<A,A> __.__(A... starts) static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> default GraphTraversal<S,Edge> Adds anEdgewith the specified edge label.default GraphTraversal<S,Edge> Adds anEdgewith the specified edge label.default GraphTraversal<S,Edge> Spawns aGraphTraversalby adding an edge with the specified label.Spawns aGraphTraversalby adding an edge with the specified label.Spawns aGraphTraversalby adding a edge with a label as specified by the providedTraversal.static <A extends Element>
GraphTraversal<A,A> static <A extends Element>
GraphTraversal<A,A> default GraphTraversal<S,E> Adds labels to the current element.default GraphTraversal<S,E> Adds labels to the current element.static <A> GraphTraversal<A,Vertex> __.addV()static <A> GraphTraversal<A,Vertex> static <A> GraphTraversal<A,Vertex> static <A> GraphTraversal<A,Vertex> default GraphTraversal<S,Vertex> GraphTraversal.addV()Adds aVertexwith a default vertex label.default GraphTraversal<S,Vertex> Adds aVertex.default GraphTraversal<S,Vertex> Adds aVertex.default GraphTraversal<S,Vertex> GraphTraversalSource.addV()Spawns aGraphTraversalby adding a vertex with the default label.Spawns aGraphTraversalby adding a vertex with one or more labels.final GraphTraversal<Vertex,Vertex> Spawns aGraphTraversalby adding a vertex with one or more specified labels.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Eagerly collects objects up to this step into a side-effect.static <A> GraphTraversal<A,A> default <S2> GraphTraversal<S,E> FiltersElists given the providedpredicate.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Ensures that all of the provided traversals yield a result.static <A> GraphTraversal<A,A> default <S2> GraphTraversal<S,E> FiltersElists given the providedpredicate.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> A step modulator that provides a label to the step that can be accessed later in the traversal by other steps.static <A> GraphTraversal<A,Boolean> __.asBool()default GraphTraversal<S,Boolean> GraphTraversal.asBool()Parse the incoming traverser as a boolean value.static <A> GraphTraversal<A,OffsetDateTime> __.asDate()default GraphTraversal<S,OffsetDateTime> GraphTraversal.asDate()Parse value of the incoming traverser as an ISO-8601OffsetDateTime.static <A> GraphTraversal<A,Number> __.asNumber()static <A> GraphTraversal<A,Number> default GraphTraversal<S,Number> GraphTraversal.asNumber()Parse value of the incoming traverser as aNumber.default GraphTraversal<S,Number> Parse value of the incoming traverser as aNumber.static <A> GraphTraversal<A,String> __.asString()static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> GraphTraversal.asString()Returns the value of incoming traverser as strings.default <E2> GraphTraversal<S,E2> Returns the value of incoming traverser as strings.static <A> GraphTraversal<A,A> __.barrier()static <A> GraphTraversal<A,A> __.barrier(int maxBarrierSize) static <A> GraphTraversal<A,A> __.barrier(Consumer<TraverserSet<Object>> barrierConsumer) default GraphTraversal<S,E> GraphTraversal.barrier()Turns the lazy traversal pipeline into a bulk-synchronous pipeline which basically iterates that traversal to the size of the barrier.default GraphTraversal<S,E> GraphTraversal.barrier(int maxBarrierSize) Turns the lazy traversal pipeline into a bulk-synchronous pipeline which basically iterates that traversal to the size of the barrier.default GraphTraversal<S,E> GraphTraversal.barrier(Consumer<TraverserSet<Object>> barrierConsumer) Turns the lazy traversal pipeline into a bulk-synchronous pipeline which basically iterates that traversal to the size of the barrier.static GraphTraversal<Vertex,Vertex> __.both()static GraphTraversal<Vertex,Vertex> static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,Vertex> GraphTraversal.both()Map theVertexto its adjacent vertices.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge> __.bothE()static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> GraphTraversal.bothE()Map theVertexto its incident edges.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the edge labels.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the edge labels.static GraphTraversal<Edge,Vertex> __.bothV()default GraphTraversal<S,Vertex> GraphTraversal.bothV()Map theEdgeto its incident vertices.static <A,M, B> GraphTraversal<A, B> static <A,M, B> GraphTraversal<A, B> default <M,E2> GraphTraversal<S, E2> Split theTraverserto all the specified functions.default <M,E2> GraphTraversal<S, E2> Split theTraverserto all the specified traversals.default GraphTraversal<S,E> GraphTraversal.by()Theby()can be applied to a number of different step to alter their behaviors.default GraphTraversal<S,E> Theby()can be applied to a number of different step to alter their behaviors.default <V> GraphTraversal<S,E> GraphTraversal.by(String key, Comparator<V> comparator) Theby()can be applied to a number of different step to alter their behaviors.default GraphTraversal<S,E> GraphTraversal.by(Comparator<E> comparator) Theby()can be applied to a number of different step to alter their behaviors.default <U> GraphTraversal<S,E> GraphTraversal.by(Function<U, Object> function, Comparator comparator) Theby()can be applied to a number of different step to alter their behaviors.default <V> GraphTraversal<S,E> Theby()can be applied to a number of different step to alter their behaviors.default GraphTraversal<S,E> Theby()can be applied to a number of different step to alter their behaviors.default GraphTraversal<S,E> Theby()can be applied to a number of different step to alter their behaviors.default <V> GraphTraversal<S,E> GraphTraversal.by(Traversal<?, ?> traversal, Comparator<V> comparator) Theby()can be applied to a number of different step to alter their behaviors.default GraphTraversal<S,E> Theby()can be applied to a number of different step to alter their behaviors.static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> default <E> GraphTraversal<S,E> Perform the specified service call with no parameters.default <E> GraphTraversal<S,E> Perform the specified service call with the specified static parameters.default <E> GraphTraversal<S,E> Perform the specified service call with both static and dynamic parameters produced by the specified child traversal.default <E> GraphTraversal<S,E> Perform the specified service call with the specified static parameters.default <E> GraphTraversal<S,E> Perform the specified service call with both static and dynamic parameters produced by the specified child traversal.default <E> GraphTraversal<S,E> Perform the specified service call with dynamic parameters produced by the specified child traversal.<S> GraphTraversal<S,S> GraphTraversalSource.call()Spawns aGraphTraversalstarting with a list of available services.<S> GraphTraversal<S,S> Spawns aGraphTraversalstarting with values produced by the specified service call with no parameters.<S> GraphTraversal<S,S> Spawns aGraphTraversalstarting with values produced by the specified service call with the specified static parameters.<S> GraphTraversal<S,S> Spawns aGraphTraversalstarting with values produced by the specified service call with both static and dynamic parameters produced by the specified child traversal.<S> GraphTraversal<S,S> Spawns aGraphTraversalstarting with values produced by the specified service call with the specified static parameters.<S> GraphTraversal<S,S> GraphTraversalSource.call(String service, GValue<Map<?, ?>> params, Traversal<S, Map<?, ?>> childTraversal) Spawns aGraphTraversalstarting with values produced by the specified service call with the specified static parameters.<S> GraphTraversal<S,S> Spawns aGraphTraversalstarting with values produced by the specified service call with dynamic parameters produced by the specified child traversal.static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> Iterates the traversal up to the itself and emits the side-effect referenced by the key.static <A,M, B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,M, B> GraphTraversal<A, B> static <A,M, B> GraphTraversal<A, B> static <A,M, B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> default <M,E2> GraphTraversal<S, E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.default <E2> GraphTraversal<S,E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then like semantics within a traversal.default <E2> GraphTraversal<S,E2> GraphTraversal.choose(Predicate<E> choosePredicate, Traversal<?, E2> trueChoice, Traversal<?, E2> falseChoice) Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.default <E2> GraphTraversal<S,E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then like semantics within a traversal.default <E2> GraphTraversal<S,E2> GraphTraversal.choose(P<E> choosePredicate, Traversal<?, E2> trueChoice, Traversal<?, E2> falseChoice) Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.default <E2> GraphTraversal<S,E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then like semantics within a traversal.default <E2> GraphTraversal<S,E2> GraphTraversal.choose(Traversal<?, ?> traversalPredicate, Traversal<?, E2> trueChoice, Traversal<?, E2> falseChoice) Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.default <M,E2> GraphTraversal<S, E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.default <E2> GraphTraversal<S,E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> Evaluates the provided traversals and returns the result of the first traversal to emit at least one object.static <A> GraphTraversal<A,A> __.coin(double probability) static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.coin(double probability) Filter theEobject given a biased coin toss.default GraphTraversal<S,E> Filter theEobject given a biased coin toss.static <A> GraphTraversal<A,List<?>> default GraphTraversal<S,List<?>> Combines the list traverser and list argument.static <A> GraphTraversal<A,String> static <A> GraphTraversal<A,String> default GraphTraversal<S,String> Concatenate an arbitrary number of strings to the incoming traverser.default GraphTraversal<S,String> GraphTraversal.concat(Traversal<?, String> concatTraversal, Traversal<?, String>... otherConcatTraversals) Concatenate values of an arbitrary number of string traversals to the incoming traverser.static <A> GraphTraversal<A,String> default GraphTraversal<S,String> Joins together the elements of the incoming list traverser together with the provided delimiter.default GraphTraversal<S,E> GraphTraversal.connectedComponent()Executes a Connected Component algorithm over the graph.static <A> GraphTraversal<A,A> __.constant(A a) static <A> GraphTraversal<A,A> default <E2> GraphTraversal<S,E2> GraphTraversal.constant(E2 e) Map any object to a fixedEvalue.default <E2> GraphTraversal<S,E2> Map any object to a fixedEvalue.static <A> GraphTraversal<A,Long> __.count()static <A> GraphTraversal<A,Long> default GraphTraversal<S,Long> GraphTraversal.count()Map the traversal stream to its reduction as a sum of theTraverser.bulk()values (i.e.default GraphTraversal<S,Long> Map the traversal stream to its reduction as a sum of theTraverser.bulk()values given the specifiedScope(i.e.static <A> GraphTraversal<A,A> __.cyclicPath()default GraphTraversal<S,E> GraphTraversal.cyclicPath()static <A> GraphTraversal<A,OffsetDateTime> default GraphTraversal<S,OffsetDateTime> Increase value of inputOffsetDateTime.static <A> GraphTraversal<A,Long> __.dateDiff(OffsetDateTime value) static <A> GraphTraversal<A,Long> Deprecated.static <A> GraphTraversal<A,Long> __.dateDiff(Traversal<?, OffsetDateTime> dateTraversal) default GraphTraversal<S,Long> GraphTraversal.dateDiff(OffsetDateTime value) Returns the difference between twoOffsetDateTimein epoch time.default GraphTraversal<S,Long> Deprecated.As of release 3.8.0, deprecated in favor ofdateDiff(OffsetDateTime).default GraphTraversal<S,Long> Returns the difference between two dates in epoch time.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Remove all duplicates in the traversal stream up to this point.default GraphTraversal<S,E> Remove all duplicates in the traversal stream up to this point.static <A> GraphTraversal<A,Set<?>> __.difference(Object values) default GraphTraversal<S,Set<?>> GraphTraversal.difference(Object values) Calculates the difference between the list traverser and list argument.static <A> GraphTraversal<A,A> __.discard()default GraphTraversal<S,E> GraphTraversal.discard()Filter all traversers in the traversal.static <A> GraphTraversal<A,Set<?>> default GraphTraversal<S,Set<?>> Calculates the disjunction between the list traverser and list argument.static <A> GraphTraversal<A,A> __.drop()default GraphTraversal<S,E> GraphTraversal.drop()Removes elements and properties from the graph.static <A extends Element>
GraphTraversal<A,A> static <A extends Element>
GraphTraversal<A,A> default GraphTraversal<S,E> Removes labels from the current element.default GraphTraversal<S,E> GraphTraversal.dropLabel(Traversal<?, String> labelTraversal, Traversal<?, String>... moreLabelTraversals) Removes labels from the current element.static <A extends Element>
GraphTraversal<A,A> __.dropLabels()default GraphTraversal<S,E> GraphTraversal.dropLabels()Removes all labels from the current element, triggering the provider's default label behavior.static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> default GraphTraversal<S,Edge> AEstep is usually used to start a traversal but it may also be used mid-traversal.default GraphTraversal<S,Edge> AEstep that accepts a child traversal whose results are used as edge IDs for lookup.Spawns aGraphTraversalstarting with all edges or some subset of edges as specified by their unique identifier.Spawns aGraphTraversalstarting with edges whose IDs are resolved from a child traversal.static <A,B> GraphTraversal<A, Element> __.element()default GraphTraversal<S,Element> GraphTraversal.element()static <A extends Element,B>
GraphTraversal<A,Map<Object, B>> __.elementMap(String... propertyKeys) default <E2> GraphTraversal<S,Map<Object, E2>> GraphTraversal.elementMap(String... propertyKeys) static <A> GraphTraversal<A,A> __.emit()static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.emit()Emit is used in conjunction withrepeat(Traversal)to emit all objects from the loop.default GraphTraversal<S,E> Emit is used in conjunction withrepeat(Traversal)to determine what objects get emit from the loop.default GraphTraversal<S,E> Emit is used in conjunction withrepeat(Traversal)to determine what objects get emit from the loop.static <A> GraphTraversal<A,A> __.fail()static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.fail()When triggered, immediately throws aRuntimeExceptionwhich implements theFailureinterface.default GraphTraversal<S,E> When triggered, immediately throws aRuntimeExceptionwhich implements theFailureinterface.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Map theTraverserto eithertrueorfalse, wherefalsewill not pass the traverser to the next step.default GraphTraversal<S,E> Map theTraverserto eithertrueorfalse, wherefalsewill not pass the traverser to the next step.static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> default <E2> GraphTraversal<S,E2> static <A> GraphTraversal<A,List<A>> __.fold()static <A,B> GraphTraversal<A, B> __.fold(B seed, BiFunction<B, A, B> foldFunction) default GraphTraversal<S,List<E>> GraphTraversal.fold()Rolls up objects in the stream into an aggregate list.default <E2> GraphTraversal<S,E2> GraphTraversal.fold(E2 seed, BiFunction<E2, E, E2> foldFunction) Rolls up objects in the stream into an aggregate value as defined by aseedandBiFunction.static <A> GraphTraversal<A,String> default GraphTraversal<S,String> A mid-traversal step which will handle result formatting to string values.default GraphTraversal<S,E> Providefrom()-modulation to respective steps.default GraphTraversal<S,E> When used as a modifier toaddE(String)this method specifies the traversal to use for selecting the outgoing vertex of the newly addedEdge.default GraphTraversal<S,E> When used as a modifier toaddE(String)this method specifies the traversal to use for selecting the outgoing vertex of the newly addedEdge.default GraphTraversal<S,E> When used as a modifier toaddE(String)this method specifies the traversal to use for selecting the outgoing vertex of the newly addedEdge.static <A,K, V> GraphTraversal<A, Map<K, V>> __.group()static <A> GraphTraversal<A,A> default <K,V> GraphTraversal<S, Map<K, V>> GraphTraversal.group()Organize objects in the stream into aMap.default GraphTraversal<S,E> Organize objects in the stream into aMap.static <A,K> GraphTraversal<A, Map<K, Long>> __.groupCount()static <A> GraphTraversal<A,A> __.groupCount(String sideEffectKey) default <K> GraphTraversal<S,Map<K, Long>> GraphTraversal.groupCount()Counts the number of times a particular objects has been part of a traversal, returning aMapwhere the object is the key and the value is the count.default GraphTraversal<S,E> GraphTraversal.groupCount(String sideEffectKey) Counts the number of times a particular objects has been part of a traversal, returning aMapwhere the object is the key and the value is the count.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on the existence of properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their label and a property value resolved from a child traversal at runtime.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties using a child traversal whose results are resolved at runtime against the current traverser.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties using a child traversal whose results are resolved at runtime against the current traverser.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their identifier.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their identifier.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> FiltersPropertyobjects based on their key.default GraphTraversal<S,E> FiltersPropertyobjects based on their key.default GraphTraversal<S,E> FiltersPropertyobjects based on their key using a child traversal whose results are resolved at runtime against the current traverser.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their label.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their label.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their label.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their label using a child traversal whose results are resolved at runtime against the current traverser.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on the non-existence of properties.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> FiltersPropertyobjects based on their value.default GraphTraversal<S,E> FiltersPropertyobjects based on their value.Note that calling this step withnullis the same as callinghasValue(Object, Object...)with a singlenull.default GraphTraversal<S,E> FiltersPropertyobjects based on their value using a child traversal whose results are resolved at runtime against the current traverser.static <A extends Element>
GraphTraversal<A,Object> __.id()default GraphTraversal<S,Object> GraphTraversal.id()Map theElementto itsElement.id().static <A> GraphTraversal<A,A> __.identity()default GraphTraversal<S,E> GraphTraversal.identity()Map theEobject to itself.static GraphTraversal<Vertex,Vertex> __.in()static GraphTraversal<Vertex,Vertex> static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,Vertex> GraphTraversal.in()Map theVertexto its incoming adjacent vertices.default GraphTraversal<S,Vertex> Map theVertexto its incoming adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> Map theVertexto its incoming adjacent vertices given the edge labels.static <A,B> GraphTraversal<A, B> __.index()default <E2> GraphTraversal<S,E2> GraphTraversal.index()Indexes all items of the current collection.static GraphTraversal<Vertex,Edge> __.inE()static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> GraphTraversal.inE()Map theVertexto its incoming incident edges.default GraphTraversal<S,Edge> Map theVertexto its incoming incident edges given the edge labels.default GraphTraversal<S,Edge> Map theVertexto its incoming incident edges given the edge labels.static <A> GraphTraversal<A,A> __.inject(A... injections) default GraphTraversal<S,E> Provides a way to add arbitrary objects to a traversal stream.<S> GraphTraversal<S,S> GraphTraversalSource.inject(S... starts) Spawns aGraphTraversalstarting it with arbitrary values.static <A> GraphTraversal<A,Set<?>> default GraphTraversal<S,Set<?>> Calculates the intersection between the list traverser and list argument.static GraphTraversal<Edge,Vertex> __.inV()default GraphTraversal<S,Vertex> GraphTraversal.inV()<S> GraphTraversal<S,S> Performs a read or write based operation on theGraphbacking thisGraphTraversalSource.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filter theEobject if it is notP.eq(V)to the provided value.default GraphTraversal<S,E> FiltersEobject values given the providedpredicate.DefaultGraphTraversal.iterate()default GraphTraversal<S,E> GraphTraversal.Admin.iterate()default GraphTraversal<S,E> GraphTraversal.iterate()Iterates the traversal presumably for the generation of side-effects.static <A extends Property>
GraphTraversal<A,String> __.key()default GraphTraversal<S,String> GraphTraversal.key()Map thePropertyto itsProperty.key().static <A extends Element>
GraphTraversal<A,String> __.label()default GraphTraversal<S,String> GraphTraversal.label()Deprecated.As of release 4.0.0, replaced bylabels().static <A extends Element>
GraphTraversal<A,String> __.labels()default GraphTraversal<S,String> GraphTraversal.labels()Map theElementto its labels, emitting each label as a separate traverser.static <A> GraphTraversal<A,Integer> __.length()static <A,B> GraphTraversal<A, B> default GraphTraversal<S,Integer> GraphTraversal.length()Returns the length incoming string traverser.default <E2> GraphTraversal<S,E2> Returns the length incoming string or list.static <A> GraphTraversal<A,A> __.limit(long limit) static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.limit(long limit) Filter the objects in the traversal by the number of them to pass through the stream, where only the firstnobjects are allowed as defined by thelimitargument.default <E2> GraphTraversal<S,E2> Filter the objects in the traversal by the number of them to pass through the stream given theScope, where only the firstnobjects are allowed as defined by thelimitargument.default <E2> GraphTraversal<S,E2> Filter the objects in the traversal by the number of them to pass through the stream given theScope, where only the firstnobjects are allowed as defined by thelimitargument.default GraphTraversal<S,E> Filter the objects in the traversal by the number of them to pass through the stream, where only the firstnobjects are allowed as defined by thelimitargument.static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> Provides a execute a specified traversal on a single element within a stream.static <A> GraphTraversal<A,Integer> __.loops()static <A> GraphTraversal<A,Integer> default GraphTraversal<S,Integer> GraphTraversal.loops()If theTraversersupports looping then calling this method will extract the number of loops for that traverser.default GraphTraversal<S,Integer> If theTraversersupports looping then calling this method will extract the number of loops for that traverser for the named loop.static <A> GraphTraversal<A,String> __.lTrim()static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> GraphTraversal.lTrim()Returns a string with leading whitespace removed.default <E2> GraphTraversal<S,E2> Returns a string with leading whitespace removed.static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> default <E2> GraphTraversal<S,E2> static <A> GraphTraversal<A,Map<String, Object>> static <A> GraphTraversal<A,Map<String, Object>> static <A,B> GraphTraversal<A, Map<String, B>> Deprecated.As of release 4.0.0, replaced by__.match(String)for declarative pattern matching.default GraphTraversal<S,Map<String, Object>> Map theTraverserto a result using a declarative query string.default GraphTraversal<S,Map<String, Object>> Map theTraverserto a result using a declarative query string with bound parameters.default <E2> GraphTraversal<S,Map<String, E2>> Deprecated.As of release 4.0.0, replaced bymatch(String)for declarative pattern matching.<S> GraphTraversal<S,Map<String, Object>> Spawns aGraphTraversalby executing a declarative pattern match query.<S> GraphTraversal<S,Map<String, Object>> Spawns aGraphTraversalby executing a declarative pattern match query.static <A> GraphTraversal<A,Double> default GraphTraversal<S,Double> static <A,B extends Comparable>
GraphTraversal<A,B> __.max()static <A,B extends Comparable>
GraphTraversal<A,B> default <E2 extends Comparable>
GraphTraversal<S,E2> GraphTraversal.max()Determines the largest value in the stream.default <E2 extends Comparable>
GraphTraversal<S,E2> Determines the largest value in the stream given theScope.static <A> GraphTraversal<A,Double> __.mean()static <A> GraphTraversal<A,Double> default <E2 extends Number>
GraphTraversal<S,E2> GraphTraversal.mean()Determines the mean value in the stream.default <E2 extends Number>
GraphTraversal<S,E2> Determines the mean value in the stream given theScope.static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> Merges the list traverser and list argument.static <A> GraphTraversal<A,Edge> __.mergeE()static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> default GraphTraversal<S,Edge> GraphTraversal.mergeE()Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Edge> Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Edge> Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Edge> Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.static <A> GraphTraversal<A,Vertex> __.mergeV()static <A> GraphTraversal<A,Vertex> static <A> GraphTraversal<A,Vertex> static <A> GraphTraversal<A,Vertex> default GraphTraversal<S,Vertex> GraphTraversal.mergeV()Performs a merge (i.e.default GraphTraversal<S,Vertex> Performs a merge (i.e.default GraphTraversal<S,Vertex> Performs a merge (i.e.default GraphTraversal<S,Vertex> Performs a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.<S> GraphTraversal<S,Vertex> Spawns aGraphTraversalby doing a merge (i.e.static <A,B extends Comparable>
GraphTraversal<A,B> __.min()static <A,B extends Comparable>
GraphTraversal<A,B> default <E2 extends Comparable>
GraphTraversal<S,E2> GraphTraversal.min()Determines the smallest value in the stream.default <E2 extends Comparable>
GraphTraversal<S,E2> Determines the smallest value in the stream given theScope.static <A> GraphTraversal<A,A> default <S2> GraphTraversal<S,E> FiltersElists given the providedpredicate.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Removes objects from the traversal stream when the traversal provided as an argument returns any objects.default <M,E2> GraphTraversal<S, E> This is a step modulator to aTraversalOptionParentlikechoose()ormergeV()where the provided argument associated to thetokenis applied according to the semantics of the step.default <M,E2> GraphTraversal<S, E> This is a step modulator to aTraversalOptionParentlikechoose()ormergeV()where the provided argument associated to thetokenis applied according to the semantics of the step.default <M,E2> GraphTraversal<S, E> This is a step modulator to aTraversalOptionParentlikechoose()ormergeV()where the provided argument associated to thetokenis applied according to the semantics of the step.default <M,E2> GraphTraversal<S, E> This is a step modulator tomergeV()where the provided argument associated to thetokenis applied according to the semantics of the step.default <E2> GraphTraversal<S,E> This step modifieschoose(Function)to specifies the available choices that might be executed.static <A> GraphTraversal<A,A> default <E2> GraphTraversal<S,E2> Returns the result of the specified traversal if it yields a result, otherwise it returns the calling element.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Ensures that at least one of the provided traversals yield a result.static <A> GraphTraversal<A,A> __.order()static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.order()Order all the objects in the traversal up to this point and then emit them one-by-one in their ordered sequence.default GraphTraversal<S,E> Order either theScope.localobject (e.g.static GraphTraversal<Edge,Vertex> __.otherV()default GraphTraversal<S,Vertex> GraphTraversal.otherV()Map theEdgeto the incident vertex that was not just traversed from in the path history.static GraphTraversal<Vertex,Vertex> __.out()static GraphTraversal<Vertex,Vertex> static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,Vertex> GraphTraversal.out()Map theVertexto its outgoing adjacent vertices.default GraphTraversal<S,Vertex> Map theVertexto its outgoing adjacent vertices given the edge labels.default GraphTraversal<S,Vertex> Map theVertexto its outgoing adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge> __.outE()static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> GraphTraversal.outE()Map theVertexto its outgoing incident edges.default GraphTraversal<S,Edge> Map theVertexto its outgoing incident edges given the edge labels.default GraphTraversal<S,Edge> Map theVertexto its outgoing incident edges given the edge labels.static GraphTraversal<Edge,Vertex> __.outV()default GraphTraversal<S,Vertex> GraphTraversal.outV()default GraphTraversal<S,E> GraphTraversal.pageRank()Calculates a PageRank over the graph using a 0.85 for thealphavalue.default GraphTraversal<S,E> GraphTraversal.pageRank(double alpha) Calculates a PageRank over the graph.static <A> GraphTraversal<A,Path> __.path()default GraphTraversal<S,Path> GraphTraversal.path()default GraphTraversal<S,E> GraphTraversal.peerPressure()Executes a Peer Pressure community detection algorithm over the graph.static <A> GraphTraversal<A,List<List<?>>> default GraphTraversal<S,List<List<?>>> Calculates the cartesian product between the list traverser and list argument.default GraphTraversal<S,TraversalMetrics> GraphTraversal.profile()Allows developers to examine statistical information about a traversal providing data like execution times, counts, etc.default GraphTraversal<S,E> Allows developers to examine statistical information about a traversal providing data like execution times, counts, etc.default GraphTraversal<S,E> GraphTraversal.program(VertexProgram<?> vertexProgram) Executes an arbitraryVertexProgramover the graph.static <A,B> GraphTraversal<A, Map<String, B>> default <E2> GraphTraversal<S,Map<String, E2>> Projects the current object in the stream into aMapthat is keyed by the provided labels.static <A extends Element,B>
GraphTraversal<A,? extends Property<B>> __.properties(String... propertyKeys) default <E2> GraphTraversal<S,? extends Property<E2>> GraphTraversal.properties(String... propertyKeys) Map theElementto its associated properties given the provide property keys.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> __.property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues) default GraphTraversal<S,E> Sets the key and value of aProperty.default GraphTraversal<S,E> When aMapis supplied then each of the key/value pairs in the map will be added as property.default GraphTraversal<S,E> Sets properties on the current element using a child traversal that produces aMap.default GraphTraversal<S,E> GraphTraversal.property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues) Sets aPropertyvalue and related meta properties if supplied, if supported by theGraphand if theElementis aVertexProperty.static <A extends Element,B>
GraphTraversal<A,Map<String, B>> __.propertyMap(String... propertyKeys) default <E2> GraphTraversal<S,Map<String, E2>> GraphTraversal.propertyMap(String... propertyKeys) static <A> GraphTraversal<A,A> __.range(long low, long high) static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.range(long low, long high) Filter the objects in the traversal by the number of them to pass through the stream.default <E2> GraphTraversal<S,E2> Filter the objects in the traversal by the number of them to pass through the stream as constrained by theScope.default <E2> GraphTraversal<S,E2> Filter the objects in the traversal by the number of them to pass through the stream as constrained by theScope.default GraphTraversal<S,E> Filter the objects in the traversal by the number of them to pass through the stream.default GraphTraversal<S,E> GraphTraversal.read()This step is technically a step modulator for the theGraphTraversalSource.io(String)step which instructs the step to perform a read with its given configuration.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> This step is used for looping over a traversal given some break predicate and with a specified loop name.default GraphTraversal<S,E> This step is used for looping over a traversal given some break predicate.static <A> GraphTraversal<A,String> static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> Returns a string with the specified characters in the original string replaced with the new characters.default <E2> GraphTraversal<S,E2> Returns a string with the specified characters in the original string replaced with the new characters.static <A,B> GraphTraversal<A, B> __.reverse()default <E2> GraphTraversal<S,E2> GraphTraversal.reverse()Returns the reverse of the incoming traverser.static <A> GraphTraversal<A,String> __.rTrim()static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> GraphTraversal.rTrim()Returns a string with trailing whitespace removed.default <E2> GraphTraversal<S,E2> Returns a string with trailing whitespace removed.static <A,B> GraphTraversal<A, B> __.sack()static <A,V, U> GraphTraversal<A, A> __.sack(BiFunction<V, U, V> sackOperator) default <E2> GraphTraversal<S,E2> GraphTraversal.sack()Map theTraverserto itsTraverser.sack()value.default <V,U> GraphTraversal<S, E> GraphTraversal.sack(BiFunction<V, U, V> sackOperator) Map theTraverserto itsTraverser.sack()value.static <A> GraphTraversal<A,A> __.sample(int amountToSample) static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.sample(int amountToSample) Allow some specified number of objects to pass through the stream.default GraphTraversal<S,E> Allow some specified number of objects to pass through the stream.static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, Map<String, B>> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, Map<String, B>> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, Collection<B>> default <E2> GraphTraversal<S,E2> Map theTraverserto the object specified by theselectKey.default <E2> GraphTraversal<S,Map<String, E2>> default <E2> GraphTraversal<S,E2> default <E2> GraphTraversal<S,Map<String, E2>> default <E2> GraphTraversal<S,E2> default <E2> GraphTraversal<S,E2> Map theTraverserto the object specified by the key returned by thekeyTraversal.default <E2> GraphTraversal<S,Collection<E2>> A version ofselectthat allows for the extraction of aColumnfrom objects in the traversal.default GraphTraversal<S,Path> GraphTraversal.shortestPath()Executes a Shortest Path algorithm over the graph.static <A> GraphTraversal<A,A> __.sideEffect(Consumer<Traverser<A>> consumer) static <A> GraphTraversal<A,A> __.sideEffect(Traversal<?, ?> sideEffectTraversal) default GraphTraversal<S,E> GraphTraversal.sideEffect(Consumer<Traverser<E>> consumer) Perform some operation on theTraverserand pass it to the next step unmodified.default GraphTraversal<S,E> GraphTraversal.sideEffect(Traversal<?, ?> sideEffectTraversal) Perform some operation on theTraverserand pass it to the next step unmodified.static <A> GraphTraversal<A,A> __.simplePath()default GraphTraversal<S,E> GraphTraversal.simplePath()static <A> GraphTraversal<A,A> __.skip(long skip) static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.skip(long skip) Filters out the firstnobjects in the traversal.default <E2> GraphTraversal<S,E2> Filters out the firstnobjects in the traversal.default <E2> GraphTraversal<S,E2> Filters out the firstnobjects in the traversal.default GraphTraversal<S,E> Filters out the firstnobjects in the traversal.static <A> GraphTraversal<A,List<String>> static <A,B> GraphTraversal<A, List<B>> default GraphTraversal<S,List<String>> Returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.default <E2> GraphTraversal<S,List<E2>> Returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.static <A> GraphTraversal<A,A> __.start()static <A> GraphTraversal<A,Edge> default GraphTraversal<S,Edge> Extracts a portion of the graph being traversed into aGraphobject held in the specified side-effect key.static <A> GraphTraversal<A,String> __.substring(int startIndex) static <A> GraphTraversal<A,String> __.substring(int startIndex, int endIndex) static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> GraphTraversal.substring(int startIndex) Returns a substring of the incoming string traverser with a 0-based start index (inclusive) specified, to the end of the string.default GraphTraversal<S,String> GraphTraversal.substring(int startIndex, int endIndex) Returns a substring of the incoming string traverser with a 0-based start index (inclusive) and end index (exclusive).default <E2> GraphTraversal<S,E2> Returns a substring of the incoming string traverser with a 0-based start index (inclusive) specified, to the end of the string.default <E2> GraphTraversal<S,E2> Returns a substring of the incoming string traverser with a 0-based start index (inclusive) and end index (exclusive).static <A> GraphTraversal<A,Double> __.sum()static <A> GraphTraversal<A,Double> default <E2 extends Number>
GraphTraversal<S,E2> GraphTraversal.sum()Map the traversal stream to its reduction as a sum of theTraverser.get()values multiplied by theirTraverser.bulk()(i.e.default <E2 extends Number>
GraphTraversal<S,E2> Map the traversal stream to its reduction as a sum of theTraverser.get()values multiplied by theirTraverser.bulk()given the specifiedScope(i.e.static <A> GraphTraversal<A,A> __.tail()static <A> GraphTraversal<A,A> __.tail(long limit) static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> GraphTraversal.tail()Filters the objects in the traversal emitted as being last objects in the stream.default GraphTraversal<S,E> GraphTraversal.tail(long limit) Filters the objects in the traversal emitted as being last objects in the stream.default <E2> GraphTraversal<S,E2> Filters the objects in the traversal emitted as being last objects in the stream given theScope.default <E2> GraphTraversal<S,E2> Filters the objects in the traversal emitted as being last objects in the stream given theScope.default <E2> GraphTraversal<S,E2> Filters the objects in the traversal emitted as being last objects in the stream given theScope.default GraphTraversal<S,E> Filters the objects in the traversal emitted as being last objects in the stream.static <A> GraphTraversal<A,A> __.timeLimit(long timeLimit) default GraphTraversal<S,E> GraphTraversal.timeLimit(long timeLimit) Once the firstTraverserhits this step, a count down is started.static <A> GraphTraversal<A,A> __.times(int maxLoops) default GraphTraversal<S,E> GraphTraversal.times(int maxLoops) Modifies arepeat(Traversal)to specify how many loops should occur before exiting.static GraphTraversal<Vertex,Vertex> static GraphTraversal<Vertex,Vertex> static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,E> Provideto()-modulation to respective steps.default GraphTraversal<S,E> When used as a modifier toaddE(String)this method specifies the traversal to use for selecting the incoming vertex of the newly addedEdge.default GraphTraversal<S,E> When used as a modifier toaddE(String)this method specifies the traversal to use for selecting the incoming vertex of the newly addedEdge.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction and edge labels.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction and edge labels.default GraphTraversal<S,E> When used as a modifier toaddE(String)this method specifies the traversal to use for selecting the incoming vertex of the newly addedEdge.static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction and edge labels.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction and edge labels.static <A> GraphTraversal<A,String> __.toLower()static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> GraphTraversal.toLower()Returns the lowercase representation of incoming string traverser.default <E2> GraphTraversal<S,E2> Returns the lowercase representation of incoming string or list of strings.static <A> GraphTraversal<A,String> __.toUpper()static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> GraphTraversal.toUpper()Returns the uppercase representation of incoming string traverser.default <E2> GraphTraversal<S,E2> Returns the uppercase representation of incoming string or list of strings.static GraphTraversal<Edge,Vertex> default GraphTraversal<S,Vertex> Map theEdgeto its incident vertices given the direction.static <A> GraphTraversal<A,Tree> __.tree()static <A> GraphTraversal<A,A> default GraphTraversal<S,Tree> GraphTraversal.tree()Aggregates the emanating paths into aTreedata structure.default GraphTraversal<S,E> Aggregates the emanating paths into aTreedata structure.static <A> GraphTraversal<A,String> __.trim()static <A,B> GraphTraversal<A, B> default GraphTraversal<S,String> GraphTraversal.trim()Returns a string with leading and trailing whitespace removed.default <E2> GraphTraversal<S,E2> Returns a string with leading and trailing whitespace removed.static <A> GraphTraversal<A,A> __.unfold()default <E2> GraphTraversal<S,E2> GraphTraversal.unfold()Unrolls aIterator,IterableorMapinto a linear form or simply emits the object if it is not one of those types.static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> Merges the results of an arbitrary number of traversals.<S> GraphTraversal<S,S> Merges the results of an arbitrary number of traversals.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Modifies arepeat(Traversal)to determine when the loop should exit.default GraphTraversal<S,E> Modifies arepeat(Traversal)to determine when the loop should exit.static <A> GraphTraversal<A,Vertex> static <A> GraphTraversal<A,Vertex> default GraphTraversal<S,Vertex> AVstep is usually used to start a traversal but it may also be used mid-traversal.default GraphTraversal<S,Vertex> AVstep that accepts a child traversal whose results are used as vertex IDs for lookup.Spawns aGraphTraversalstarting with all vertices or some subset of vertices as specified by their unique identifier.Spawns aGraphTraversalstarting with vertices whose IDs are resolved from a child traversal.static <A extends Property,B>
GraphTraversal<A,B> __.value()default <E2> GraphTraversal<S,E2> GraphTraversal.value()Map thePropertyto itsProperty.value().static <A extends Element,B>
GraphTraversal<A,Map<Object, B>> Deprecated.As of release 3.4.0, deprecated in favor of__.valueMap(String...)in conjunction withwith(String, Object).static <A extends Element,B>
GraphTraversal<A,Map<Object, B>> default <E2> GraphTraversal<S,Map<Object, E2>> Deprecated.As of release 3.4.0, deprecated in favor ofvalueMap(String...)in conjunction withwith(String, Object)or simple preferelementMap(String...).default <E2> GraphTraversal<S,Map<Object, E2>> static <A extends Element,B>
GraphTraversal<A,B> default <E2> GraphTraversal<S,E2> Map theElementto the values of the associated properties given the provide property keys.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters the current object based on the object itself or the path history.default GraphTraversal<S,E> Filters the current object based on the object itself or the path history.default GraphTraversal<S,E> Filters the current object based on the object itself or the path history.default GraphTraversal<S,E> Provides a configuration to a step in the form of a key which is the same aswith(key, true).default GraphTraversal<S,E> Provides a configuration to a step in the form of a key and value pair.default GraphTraversal<S,E> GraphTraversal.write()This step is technically a step modulator for the theGraphTraversalSource.io(String)step which instructs the step to perform a write with its given configuration. -
Uses of GraphTraversal in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GraphTraversalModifier and TypeMethodDescriptionprotected GraphTraversalMergeElementStep.searchVerticesLabelConstraint(GraphTraversal t, Object labelValue) protected GraphTraversalMergeElementStep.searchVerticesPropertyConstraints(GraphTraversal t, Map search) protected GraphTraversalMergeElementStep.searchVerticesTraversal(Graph graph, Object id) Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type GraphTraversalModifier and TypeMethodDescriptionprotected GraphTraversalMergeElementStep.searchVerticesLabelConstraint(GraphTraversal t, Object labelValue) protected GraphTraversalMergeElementStep.searchVerticesPropertyConstraints(GraphTraversal t, Map search)
dateDiff(OffsetDateTime).