Package org.jrdf.graph.mem

Interface Summary
GraphHandler Handles the modification of an index as we iterate through.
MemNode Memory node.
 

Class Summary
AbstractUnorderedContainer The base class for the implementation of Bag and Alternative.
AlternativeImpl An implementation of Alternative.
BagImpl An implementation of Bag.
BlankNodeImpl RDF blank node.
CollectionImpl A Collection all the statements of a particular group.
EmptyClosableIterator An iterator that returns no triples.
GraphElementFactoryImpl A SkipListNode Factory is a class which create the various components of a graph.
GraphHandler012 Handles the modification of an index as we iterate through for the 012 index.
GraphHandler120 Handles the modification of an index as we iterate through for the 120 index.
GraphHandler201 Handles the modification of an index as we iterate through for the 201 index.
GraphImpl A memory based RDF Graph.
GraphIterator An iterator that iterates over an entire graph.
LiteralImpl RDF literal node.
OneFixedIterator An iterator that iterates over a group with a single fixed node.
SequenceImpl An implementation of Sequence.
ThreeFixedIterator An iterator that returns only a single triple, if any exists.
TripleImpl A trivial implementation of an RDF Triple.
TwoFixedIterator An iterator that iterates over a group with a two fixed nodes.
URIReferenceImpl RDF URI reference - resource node.