DefaultEncodersDecoders |
Default encoders and decoders.
|
EdgeDecoder<V> |
Interface decoding a set of properties and applying to a given edge.
|
EdgeEncoder<V> |
Encodes an edge into a series of properties.
|
GraphReader<V> |
Common interface for reading graphs from resources.
|
GraphRenderer<V> |
Common interface for rendering a graph
|
GraphWriter<V> |
Common interface for writing graphs from resources.
|
VertexDecoder<V> |
Decodes a Vertex object into a given type.
|
VertexEncoder<V> |
Encodes a vertex into a specialized Vertex object which contains a label and set of properties.
|