Package net.sourceforge.e4graph

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 Storageclass 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.
 

Exception Summary
E4GraphException An exception that provides information on a graph access error or other errors.
 



Copyright (c) 2001, Silver Egg Technology Co., Ltd.