Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.step.map | |
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect |
Modifier and Type | Class and Description |
---|---|
class |
AddEdgeStartStep |
class |
AddEdgeStep<S> |
class |
AddVertexStartStep |
class |
AddVertexStep<S> |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AddPropertyStep<S extends Element> |
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.