Modifier and Type | Method and Description |
---|---|
TraversalParent |
Traversal.Admin.getParent()
Get the
TraversalParent Step that is the parent of this traversal. |
Modifier and Type | Method and Description |
---|---|
void |
Traversal.Admin.setParent(TraversalParent step)
Set the
TraversalParent Step that is the parent of this traversal. |
Modifier and Type | Method and Description |
---|---|
TraversalParent |
AbstractLambdaTraversal.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLambdaTraversal.setParent(TraversalParent step) |
Modifier and Type | Interface and Description |
---|---|
interface |
TraversalOptionParent<M,S,E> |
Modifier and Type | Class and Description |
---|---|
class |
BranchStep<S,E,M> |
class |
ChooseStep<S,E,M>
A step which offers a choice of two or more Traversals to take.
|
class |
LocalStep<S,E> |
class |
RepeatStep<S> |
class |
UnionStep<S,E> |
Modifier and Type | Class and Description |
---|---|
class |
AndStep<S> |
class |
ConjunctionStep<S> |
class |
DedupGlobalStep<S> |
class |
NotStep<S> |
class |
OrStep<S> |
class |
SampleGlobalStep<S> |
class |
TraversalFilterStep<S> |
class |
WhereTraversalStep<S> |
Modifier and Type | Class and Description |
---|---|
class |
CoalesceStep<S,E> |
class |
GroupCountStep<S,E> |
class |
GroupStep<S,K,V,R> |
class |
MatchStep<S,E> |
class |
OrderGlobalStep<S> |
class |
OrderLocalStep<S,M> |
class |
PathStep<S> |
class |
SelectOneStep<S,E> |
class |
SelectStep<S,E> |
class |
TraversalFlatMapStep<S,E> |
class |
TraversalMapStep<S,E> |
class |
TreeStep<S> |
Modifier and Type | Class and Description |
---|---|
class |
AggregateStep<S> |
class |
GroupCountSideEffectStep<S,E> |
class |
GroupSideEffectStep<S,K,V,R> |
class |
StoreStep<S> |
class |
TraversalSideEffectStep<S> |
class |
TreeSideEffectStep<S> |
Modifier and Type | Class and Description |
---|---|
class |
EmptyStep<S,E> |
Modifier and Type | Field and Description |
---|---|
protected TraversalParent |
DefaultTraversal.traversalParent |
Modifier and Type | Method and Description |
---|---|
TraversalParent |
EmptyTraversal.getParent() |
TraversalParent |
DefaultTraversal.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
EmptyTraversal.setParent(TraversalParent step) |
void |
DefaultTraversal.setParent(TraversalParent step) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.