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 Scoping
Scoping.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 class
DedupGlobalStep<S>
class
WherePredicateStep<S>
class
WhereTraversalStep<S>
static class
WhereTraversalStep.WhereEndStep
static class
WhereTraversalStep.WhereStartStep<S>
-
Uses of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement Scoping Modifier and Type Class Description class
AddEdgeStartStep
class
AddEdgeStep<S>
class
AddVertexStartStep
class
AddVertexStep<S>
class
MatchStep<S,E>
static class
MatchStep.MatchEndStep
static class
MatchStep.MatchStartStep
class
MathStep<S>
class
SelectOneStep<S,E>
class
SelectStep<S,E>
class
TraversalSelectStep<S,E>
-
Uses of Scoping in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement Scoping Modifier and Type Class Description class
AddPropertyStep<S extends Element>
-