| Modifier and Type | Method and Description | 
|---|---|
| TraversalParent | Traversal.Admin. getParent()Get the  TraversalParentStepthat is the parent of this traversal. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Traversal.Admin. setParent(TraversalParent step)Set the  TraversalParentStepthat 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  | ConnectiveStep<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  | AddEdgeStep<S> | 
| class  | AddVertexStartStep | 
| class  | AddVertexStep<S> | 
| class  | CoalesceStep<S,E> | 
| class  | GroupCountStep<S,E> | 
| class  | GroupStep<S,K,V> | 
| class  | GroupStepV3d0<S,K,V,R>Deprecated.  | 
| 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  | AddPropertyStep<S extends Element> | 
| class  | AggregateStep<S> | 
| class  | GroupCountSideEffectStep<S,E> | 
| class  | GroupSideEffectStep<S,K,V> | 
| class  | GroupSideEffectStepV3d0<S,K,V,R>Deprecated.  | 
| class  | SackValueStep<S,A,B> | 
| class  | StoreStep<S> | 
| class  | TraversalSideEffectStep<S> | 
| class  | TreeSideEffectStep<S> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyStep<S,E> | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Parameters. integrateTraversals(TraversalParent step) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TraversalParent | DefaultTraversal. traversalParent | 
| Modifier and Type | Method and Description | 
|---|---|
| TraversalParent | DefaultTraversal. getParent() | 
| TraversalParent | EmptyTraversal. getParent() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultTraversal. setParent(TraversalParent step) | 
| void | EmptyTraversal. setParent(TraversalParent step) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.