Package org.jrdf.graph.local

Interface Summary
BlankNodeComparator  
LiteralMutableId  
LocalizedNode A localized node i.e. one that has an internal identified and can be accessed by id.
LocalizedNodeComparator  
ReadableGraph  
ReadWriteGraph  
ReadWriteGraphFactory  
ResourceFactory  
WritableGraph  
 

Class Summary
AbstractResource  
BlankNodeImpl RDF blank node.
BlankNodeResourceImpl  
GlobalizedBlankNodeComparatorImpl Without any context or localization you can't tell the difference between blank nodes.
GraphElementFactoryImpl A GraphElementFactory is a class which create the various components of a graph.
GraphFactoryImpl Creates a new Graph implementation based on required types.
GraphImpl A memory based RDF Graph.
LiteralImpl RDF literal node.
LocalizedBlankNodeComparatorImpl A comparator for blank nodes - assumes that the nodes are from the same graph - i.e. if they have the same node id they are the same.
LocalizedNodeComparatorImpl  
NodeComparatorImpl Currently only support simple comparison - either by node id for blank nodes or string comparisons for URIs and Literals.
OrderedGraphFactoryImpl Creates a new Graph implementation based on required types.
ReadableGraphImpl  
ReadWriteGraphImpl  
ResourceFactoryImpl  
TripleComparatorImpl Provides a comparison between triples using a NodeComparator and the order of the nodes Subject, Predicate and Object.
URIReferenceImpl RDF URI reference - resource node.
URIReferenceResourceImpl  
WritableGraphImpl