Uses of Interface
org.jrdf.connection.JrdfConnection

Packages that use JrdfConnection
org.jrdf.sparql Implementations SPARQL Query Language for RDF.  
 

Uses of JrdfConnection in org.jrdf.sparql
 

Subinterfaces of JrdfConnection in org.jrdf.sparql
 interface SparqlConnection
          A connection through which to send SPARQL queries.
 

Classes in org.jrdf.sparql that implement JrdfConnection
 class DefaultSparqlConnection
          Default implementation of a SparqlConnection.