Uses of Class
org.apache.tinkerpop.gremlin.gql.ExtensionStep
Packages that use ExtensionStep
-
Uses of ExtensionStep in org.apache.tinkerpop.gremlin.gql
Methods in org.apache.tinkerpop.gremlin.gql that return types with arguments of type ExtensionStepModifier and TypeMethodDescriptionGqlMatchPlan.getSteps()Returns the ordered list of extension steps that the executor will process.Constructor parameters in org.apache.tinkerpop.gremlin.gql with type arguments of type ExtensionStepModifierConstructorDescriptionGqlMatchPlan(String seedVariable, String seedLabel, List<ExtensionStep> steps, Map<String, Integer> variableIndex, String[] variables) GqlMatchPlan(String seedVariable, String seedLabel, List<ExtensionStep> steps, Map<String, Integer> variableIndex, String[] variables, List<PropertyPredicate> seedPredicates)