Uses of Interface
com.hp.hpl.jena.sparql.engine.Plan

Packages that use Plan
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql.engine   
 

Uses of Plan in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query that return Plan
static Plan QueryExecutionFactory.createPlan(Element pattern, DatasetGraph dataset)
           
static Plan QueryExecutionFactory.createPlan(Element pattern, DatasetGraph dataset, Binding input)
           
static Plan QueryExecutionFactory.createPlan(Element pattern, com.hp.hpl.jena.graph.Graph graph)
           
static Plan QueryExecutionFactory.createPlan(Query query, DatasetGraph dataset)
           
static Plan QueryExecutionFactory.createPlan(Query query, DatasetGraph dataset, Binding input)
           
static Plan QueryExecutionFactory.createPlan(Query query, DatasetGraph dataset, Binding input, Context context)
           
static Plan QueryExecutionFactory.createPlan(Query query, com.hp.hpl.jena.graph.Graph graph)
           
static Plan QueryExecutionFactory.createPlan(String queryStr, DatasetGraph dataset)
           
static Plan QueryExecutionFactory.createPlan(String queryStr, com.hp.hpl.jena.graph.Graph graph)
           
 

Uses of Plan in com.hp.hpl.jena.sparql.engine
 

Classes in com.hp.hpl.jena.sparql.engine that implement Plan
 class PlanBase
           
 class PlanOp
           
 

Methods in com.hp.hpl.jena.sparql.engine that return Plan
 Plan QueryEngineFactory.create(Op op, DatasetGraph dataset, Binding inputBinding, Context context)
           
 Plan QueryEngineFactory.create(Query query, DatasetGraph dataset, Binding inputBinding, Context context)
           
 Plan QueryEngineBase.getPlan()
           
 Plan QueryExecutionBase.getPlan()
           
 



Licenced under the Apache License, Version 2.0