VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON Namespace |
[Missing <summary> documentation for "N:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON"]
Class | Description | |
---|---|---|
ElementFactoryContract | ||
ElementPropertyConfig |
Configure how the GraphSON utility treats edge and vertex properties.
| |
GraphElementFactory |
The standard factory used for most graph element creation. It uses an actual
Graph implementation to construct vertices and edges
| |
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.
|
Interface | Description | |
---|---|---|
IElementFactory |
A factory responsible for creating graph elements. Abstracts the way that graph elements are created. In
most cases a Graph is responsible for element creation, but there are cases where more control over
how vertices and edges are constructed.
|
Enumeration | Description | |
---|---|---|
ElementPropertyConfigElementPropertiesRule | ||
GraphSonMode |
Modes of operation of the GraphSONUtility.
|