Package org.topbraid.core.graph

Interface Summary
BatchOperationGraph A Graph that can add or delete multiple Triples at the same time.
CachableGraph  
 

Class Summary
AbstractCachableGraph  
BufferingGraph A Graph that buffers all add/remove calls before they are committed to the delegate.
CachingGraph A DelegatingGraph with additional caching services optimized for typical query patterns in TopBraid Composer.
DelegatingEventManager A GraphEventManager that is listening to the next Graph in a delegation chain, and repackages all events to use the owning Graph as source.
DelegatingGraph A Graph that delegates all calls into a given Graph.