Interface Summary |
BooleanVertex |
The BooleanVertex class provides the abstraction of a vertex
which stores a boolean value. |
BytesVertex |
The BytesVertex class provides the abstraction of a vertex
which stores a byte[] value. |
DoubleVertex |
The DoubleVertex class provides the abstraction of a vertex
which stores a double value. |
FloatVertex |
The FloatVertex class provides the abstraction of a vertex
which stores a float value. |
IntVertex |
The IntVertex class provides the abstraction of a vertex
which stores an int value. |
LongVertex |
The LongVertex class provides the abstraction of a vertex
which stores an long value. |
Marker |
The Marker class provides the abstraction of a persistent named
marker. |
MarkerAdditionListener |
The listener interface for receiving marker addition events. |
MarkerDeletionListener |
The listener interface for receiving marker deletion events. |
Node |
The Node class provides the abstraction of a persistent node
in a graph. |
NodeAdditionListener |
The listener interface for receiving node addition events. |
NodeDeletionListener |
The listener interface for receiving node deletion events. |
NodeVertex |
The NodeVertex class provides the abstraction of a vertex
which stores a Node value. |
Storage |
The Storage class provides persistent storage of markers
and elements reachable from those markers. |
StorageTraversal |
The StorageTraversal class returns iterators for traversing
all open storages. |
StringVertex |
The StringVertex class provides the abstraction of a vertex
which stores a String value. |
Vertex |
The Vertex class provides the abstraction of a vertex originating
from a node. |
VertexAdditionListener |
The listener interface for receiving vertex addition events. |
VertexDeletionListener |
The listener interface for receiving vertex deletion events. |
VertexFilter |
Vertex filters are objects that know how to "filter out" vertices. |
VertexModificationListener |
The listener interface for receiving vertex modification events. |