Uses of Interface
org.jrdf.graph.Graph

Packages that use 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.query   
org.jrdf.sparql Implementations SPARQL Query Language for RDF.  
 

Uses of Graph in org.jrdf.connection
 

Methods in org.jrdf.connection with parameters of type Graph
 SparqlConnection JrdfConnectionFactory.getSparqlConnection(Graph graph, URI securityDomain)
          Returns a connection to through which to send SPARQL queries.
 

Uses of Graph in org.jrdf.graph
 

Fields in org.jrdf.graph declared as Graph
protected  Graph AbstractTripleFactory.graph
          The graph that this factory constructs nodes for.
 

Uses of Graph in org.jrdf.graph.mem
 

Classes in org.jrdf.graph.mem that implement Graph
 class GraphImpl
          A memory based RDF Graph.
 

Uses of Graph in org.jrdf.query
 

Constructors in org.jrdf.query with parameters of type Graph
DefaultQueryExecutor(Graph graph, URI securityDomain)
          Creates executor to execute queries.
 

Uses of Graph in org.jrdf.sparql
 

Constructors in org.jrdf.sparql with parameters of type Graph
DefaultSparqlConnection(Graph graph, URI securityDomain)
          Creates a new SPARQL connection.