Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.step.branch | |
org.apache.tinkerpop.gremlin.process.traversal.step.map |
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 |
UnionStep<S,E> |
Modifier and Type | Class and Description |
---|---|
class |
MergeEdgeStep<S>
Implementation for the
mergeE() step covering both the start step version and the one used mid-traversal. |
class |
MergeStep<S,E,C>
Abstract base class for the
mergeV/E() implementations. |
class |
MergeVertexStep<S>
Implementation for the
mergeV() step covering both the start step version and the one used mid-traversal. |
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.