Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
-
-
Uses of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return Scoping Modifier and Type Method Description ScopingScoping.KeyNotFoundException. getStep()Constructors in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type Scoping Constructor Description KeyNotFoundException(Object key, Scoping current) -
Uses of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.filter that implement Scoping Modifier and Type Class Description classDedupGlobalStep<S>classWherePredicateStep<S>classWhereTraversalStep<S>static classWhereTraversalStep.WhereEndStepstatic classWhereTraversalStep.WhereStartStep<S> -
Uses of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subinterfaces of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Interface Description interfaceAddEdgeStepContract<S>interfaceAddElementStepContract<S,E>interfaceAddVertexStepContract<S>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement Scoping Modifier and Type Class Description classAbstractAddEdgeStepPlaceholder<S>classAbstractAddElementStepPlaceholder<S,E extends Element,X extends Event>classAbstractAddVertexStepPlaceholder<S>classAddEdgeStartStepclassAddEdgeStartStepPlaceholderclassAddEdgeStep<S>classAddEdgeStepPlaceholder<S>classAddVertexStartStepclassAddVertexStartStepPlaceholderclassAddVertexStep<S>classAddVertexStepPlaceholder<S>classFormatStep<S>Reference implementation for String format step, a mid-traversal step which will handle result formatting to string values.classMatchStep<S,E>static classMatchStep.MatchEndStepstatic classMatchStep.MatchStartStepclassMathStep<S>classSelectOneStep<S,E>classSelectStep<S,E>classTraversalSelectStep<S,E> -
Uses of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Subinterfaces of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect Modifier and Type Interface Description interfaceAddPropertyStepContract<S>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement Scoping Modifier and Type Class Description classAddPropertyStep<S extends Element>classAddPropertyStepPlaceholder<S extends Element>
-