Uses of Interface
org.jrdf.query.execute.QueryEngine

Packages that use QueryEngine
org.jrdf.query Classes in this package allow queries to be executed against a JRDF graph. 
org.jrdf.query.execute   
org.jrdf.sparql Classes in this package parse Rel queries to allow querying of JRDF graphs. 
org.jrdf.sparql.analysis   
 

Uses of QueryEngine in org.jrdf.query
 

Methods in org.jrdf.query with parameters of type QueryEngine
 Answer QueryImpl.executeQuery(Graph graph, QueryEngine queryEngine)
           
 Answer Query.executeQuery(Graph graph, QueryEngine queryEngine)
           
 

Uses of QueryEngine in org.jrdf.query.execute
 

Classes in org.jrdf.query.execute that implement QueryEngine
 class NaiveQueryEngineImpl
          An implementation of a Query Engine that does not try to optimize or transform the query.
 

Uses of QueryEngine in org.jrdf.sparql
 

Constructors in org.jrdf.sparql with parameters of type QueryEngine
SparqlConnectionImpl(QueryBuilder builder, QueryEngine queryEngine)
          Creates a new SPARQL connection.
 

Uses of QueryEngine in org.jrdf.sparql.analysis
 

Methods in org.jrdf.sparql.analysis with parameters of type QueryEngine
 Answer NoQuery.executeQuery(Graph graph, QueryEngine queryEngine)