Package org.daml.rdf.jena.mem

Class Summary
DynamicSourceModelMem  
DynamicSourceStoreMem Implementation of a DynamicStore, as an extension of SourceStoreMem.
DynamicStoreMem Implementation of a DynamicStore.
SourceModelMem An implementation of a RDF Model that keeps statements grouped by source.
SourceStoreMem Implementation of a memory based triple store that keeps track of the source for each statement.
StoreMem This is a direct copy of the StoreMem class from Jena 1.6.1, except the class is now public.