Uses of Package
org.jrdf.graph

Packages that use org.jrdf.graph
org.jrdf.connection Provides classes for connecting to JRDF (and hence to JRDF supported stores) to allow textual queries to be sent.  
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   
org.jrdf.parser   
org.jrdf.parser.mem   
org.jrdf.parser.rdfxml   
org.jrdf.query   
org.jrdf.sparql Implementations SPARQL Query Language for RDF.  
 

Classes in org.jrdf.graph used by org.jrdf.connection
Graph
          An RDF Graph.
 

Classes in org.jrdf.graph used by org.jrdf.graph
AlreadyReifiedException
          Exception from a TripleFactory operation involving the reificiation of a statement - if the statement already has a reified triple.
Alternative
          An Alt is a list of unordered statements which prevents duplicates.
Bag
          A Bag is a group of statements that are an unorderd list which allow duplicates.
BlankNode
          RDF blank node.
Collection
          A Collection holds all the statements of a particular group.
Container
          A Container is a grouping of statements.
Graph
          An RDF Graph.
GraphElementFactory
          A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and triples.
GraphElementFactoryException
          Exception from a GraphElementFactory operation.
GraphException
          Exception from an Graph operation.
Literal
          RDF literal node.
Node
          RDF node.
ObjectNode
          Indicates if a Java object can be the object part of an RDF Triple.
PredicateNode
          Indicates if a Java object can be the predicate part of an RDF Triple.
Sequence
          A Sequence is a group of statements that are kept in an orderd list.
SubjectNode
          Indicates if a Java object can be the subject part of an RDF Triple.
Triple
          RDF Triple.
TripleFactory
          A Triple Factory is a class which defines the creation of certain sets of triples.
TripleFactoryException
          Exception from a TripleFactory operation.
TypedNodeVisitable
          Indicates that a BlankNode, URIReference or Literal are able to be visited.
TypedNodeVisitor
          An object which can visit a BlankNode, URIReference and Literal.
URIReference
          RDF URI reference - resource node.
 

Classes in org.jrdf.graph used by org.jrdf.graph.mem
AbstractBlankNode
          A base implementation of an RDF BlankNode.
AbstractLiteral
          A base implementation of an RDF Literal.
AbstractTriple
          A base implementation of an RDF Triple.
AbstractURIReference
          A base implementation of an RDF URIReference.
Alternative
          An Alt is a list of unordered statements which prevents duplicates.
Bag
          A Bag is a group of statements that are an unorderd list which allow duplicates.
BlankNode
          RDF blank node.
Collection
          A Collection holds all the statements of a particular group.
Container
          A Container is a grouping of statements.
Graph
          An RDF Graph.
GraphElementFactory
          A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and triples.
GraphElementFactoryException
          Exception from a GraphElementFactory operation.
GraphException
          Exception from an Graph operation.
Literal
          RDF literal node.
Node
          RDF node.
ObjectNode
          Indicates if a Java object can be the object part of an RDF Triple.
PredicateNode
          Indicates if a Java object can be the predicate part of an RDF Triple.
Sequence
          A Sequence is a group of statements that are kept in an orderd list.
SubjectNode
          Indicates if a Java object can be the subject part of an RDF Triple.
Triple
          RDF Triple.
TripleFactory
          A Triple Factory is a class which defines the creation of certain sets of triples.
TypedNodeVisitable
          Indicates that a BlankNode, URIReference or Literal are able to be visited.
URIReference
          RDF URI reference - resource node.
 

Classes in org.jrdf.graph used by org.jrdf.parser
BlankNode
          RDF blank node.
GraphElementFactoryException
          Exception from a GraphElementFactory operation.
ObjectNode
          Indicates if a Java object can be the object part of an RDF Triple.
PredicateNode
          Indicates if a Java object can be the predicate part of an RDF Triple.
SubjectNode
          Indicates if a Java object can be the subject part of an RDF Triple.
 

Classes in org.jrdf.graph used by org.jrdf.parser.mem
BlankNode
          RDF blank node.
GraphElementFactory
          A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and triples.
GraphElementFactoryException
          Exception from a GraphElementFactory operation.
 

Classes in org.jrdf.graph used by org.jrdf.parser.rdfxml
GraphElementFactory
          A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and triples.
GraphException
          Exception from an Graph operation.
 

Classes in org.jrdf.graph used by org.jrdf.query
Graph
          An RDF Graph.
 

Classes in org.jrdf.graph used by org.jrdf.sparql
Graph
          An RDF Graph.