| Interface | Description |
|---|---|
| ElementFactory<V extends Vertex,E extends Edge> |
A factory responsible for creating graph elements.
|
| Class | Description |
|---|---|
| ElementPropertyConfig |
Configure how the GraphSON utility treats edge and vertex properties.
|
| GraphElementFactory |
The standard factory used for most graph element creation.
|
| GraphSONReader |
GraphSONReader reads the data from a TinkerPop JSON stream to a graph.
|
| GraphSONTokens | |
| GraphSONUtility |
Helps write individual graph elements to TinkerPop JSON format known as GraphSON.
|
| GraphSONWriter |
GraphSONWriter writes a Graph to a TinkerPop JSON OutputStream.
|
| Enum | Description |
|---|---|
| ElementPropertyConfig.ElementPropertiesRule | |
| GraphSONMode |
Modes of operation of the GraphSONUtility.
|
Copyright © 2010-2014. All Rights Reserved.