| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnectedComponentVertexProgramStep | 
| class  | PageRankVertexProgramStep | 
| class  | PeerPressureVertexProgramStep | 
| class  | ShortestPathVertexProgramStep | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Deleting<E extends Event>A marker interface for steps that deletes the graph data. | 
| interface  | Mutating<E extends Event>A marker interface for steps that modify the graph. | 
| interface  | ReadWriting | 
| interface  | Writing<E extends Event>A marker interface for steps that writes the graph data. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DropStep<S> | 
| class  | HasStep<S extends Element> | 
| class  | TraversalFilterStep<S> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddEdgeStartStep | 
| class  | AddEdgeStep<S> | 
| class  | AddVertexStartStep | 
| class  | AddVertexStep<S> | 
| class  | CallStep<S,E>Reference implementation for service calls via the  ServiceRegistryandServiceAPIs. | 
| class  | EdgeOtherVertexStep | 
| class  | EdgeVertexStep | 
| class  | GraphStep<S,E extends Element> | 
| class  | IndexStep<S,E> | 
| 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. | 
| class  | PropertiesStep<E> | 
| class  | PropertyMapStep<K,E> | 
| class  | VertexStep<E extends Element> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddPropertyStep<S extends Element> | 
| class  | IoStep<S>Handles read and write operations into the  Graph. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TinkerGraphStep<S,E extends Element> | 
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.