Uses of Interface
org.jrdf.graph.Node

Packages that use Node
org.jrdf.graph This package defines a set of APIs required to implement an RDF Graph and it's associated objects.  
org.jrdf.graph.mem   
 

Uses of Node in org.jrdf.graph
 

Subinterfaces of Node in org.jrdf.graph
 interface BlankNode
          RDF blank node.
 interface Literal
          RDF literal node.
 interface ObjectNode
          Indicates if a Java object can be the object part of an RDF Triple.
 interface PredicateNode
          Indicates if a Java object can be the predicate part of an RDF Triple.
 interface SubjectNode
          Indicates if a Java object can be the subject part of an RDF Triple.
 interface URIReference
          RDF URI reference - resource node.
 

Classes in org.jrdf.graph that implement Node
 class AbstractBlankNode
          A base implementation of an RDF BlankNode.
 class AbstractLiteral
          A base implementation of an RDF Literal.
 class AbstractURIReference
          A base implementation of an RDF URIReference.
 

Uses of Node in org.jrdf.graph.mem
 

Classes in org.jrdf.graph.mem that implement Node
 class BlankNodeImpl
          RDF blank node.
 class LiteralImpl
          RDF literal node.
 class URIReferenceImpl
          RDF URI reference - resource node.