| Modifier and Type | Class and Description | 
|---|---|
class  | 
ComputerGraph  | 
class  | 
ComputerGraph.ComputerAdjacentVertex  | 
class  | 
ComputerGraph.ComputerVertex  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Graph
A  
Graph is a container object for a collection of Vertex, Edge, VertexProperty,
 and Property objects. | 
interface  | 
Vertex
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemoteGraph
RemoteGraph is only required for integrating with the test suite as there must be a Graph instance
 for the test suite to bind to. | 
| Modifier and Type | Method and Description | 
|---|---|
static <V> Function<Attachable<V>,V> | 
Attachable.Method.create(Host hostVertexOrGraph)  | 
static <V> Function<Attachable<V>,V> | 
Attachable.Method.get(Host hostVertexOrGraph)  | 
static <V> Function<Attachable<V>,V> | 
Attachable.Method.getOrCreate(Host hostVertexOrGraph)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetachedVertex
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EmptyGraph  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReferenceVertex  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StarGraph
A  
StarGraph is a form of Attachable (though the Graph implementation does not implement
 that interface itself). | 
class  | 
StarGraph.StarAdjacentVertex  | 
class  | 
StarGraph.StarVertex  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TinkerGraph
An in-memory (with optional persistence on calls to  
TinkerGraph.close()), reference implementation of the property
 graph interfaces provided by TinkerPop. | 
class  | 
TinkerVertex  | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.