Package org.mulgara.mrg

Interface Summary
AppendableGraph An RDF graph that triples can be added to.
Graph An RDF graph.
GraphExt This class defines all the overloaded methods for Graph.
GraphFactory An object for creating graphs.
Node A marker interface for Graph nodes.
ObjectNode A marker for object nodes.
PredicateNode A marker for predicate nodes.
SubjectNode A marker for subject nodes.
WritableGraph An RDF graph that triples can be modified on.
 

Class Summary
AbstractGraph An RDF graph.
AbstractGraphExt This class groups all the overloaded methods for Graph together, and keeps them out of the way of the Graph implementation.
Bnode A blank node.
GraphImpl A hashmap based RDF graph.
GraphImplFactory Creates the simple basic graph.
IndexedGraph A graph with three indexes for complete searchability.
Literal A Literal node.
PackedGraphImpl A graph that uses tree sets and maps to keep the memory footprint smaller.
PackedIndexedGraph A fully indexed graph with tree indexes.
PropertyValue An RDF property value
Triple An RDF triple
Uri A wrapper for a URI.
XSDMapper A utility class for mapping datatypes in Java to XSD datatypes and back.
 

Exception Summary
RdfException Indicates an internal error in the RDF library.
 



Copyright © 2011. All Rights Reserved.