| Class | Description |
|---|---|
| EventEdge |
An edge with a GraphChangedListener attached.
|
| EventEdgeIterable |
A sequence of edges that applies the list of listeners into each edge.
|
| EventElement |
An element with a GraphChangedListener attached.
|
| EventGraph<T extends Graph> |
An EventGraph is a wrapper to existing Graph implementations and provides for graph events to be raised
to one or more listeners on changes to the Graph.
|
| EventIndex<T extends Element> |
An index that wraps graph elements in the "evented" way.
|
| EventIndexableGraph<T extends IndexableGraph> |
EventIndexableGraph is merely a proxy to index methods exposing EventGraph methods in the "evented" way.
|
| EventTransactionalGraph<T extends TransactionalGraph> |
The transactional implementation of EventGraph where events are raised in batch in the order they
changes occured to the graph, but only after a successful commit to the underlying graph.
|
| EventTransactionalIndexableGraph<T extends IndexableGraph & TransactionalGraph> |
The transactional and indexable implementation of EventGraph where events are raised in batch in the order they
changes occured to the graph, but only after a successful commit to the underlying graph.
|
| EventTrigger | |
| EventVertex |
An vertex with a GraphChangedListener attached.
|
| EventVertexIterable |
A sequence of vertices that applies the list of listeners into each vertex.
|
Copyright © 2010-2014. All Rights Reserved.