public class QueryEngineFactoryWrapper extends Object implements QueryEngineFactory
| Constructor and Description |
|---|
QueryEngineFactoryWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Op op,
DatasetGraph dsg,
Context context)
Detect appropriate requests for a particular query engine for a particular graph type.
|
boolean |
accept(Query query,
DatasetGraph dsg,
Context context)
Detect appropriate requests for a particular query engine for a particular graph type.
|
Plan |
create(Op op,
DatasetGraph dsg,
Binding inputBinding,
Context context)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true. |
Plan |
create(Query query,
DatasetGraph dsg,
Binding inputBinding,
Context context)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true. |
static QueryEngineFactory |
get() |
public static QueryEngineFactory get()
public boolean accept(Query query, DatasetGraph dsg, Context context)
QueryEngineFactoryaccept in interface QueryEngineFactoryquery - a Query to be executeddsg - the DatasetGraph over which the query is to be executedcontext - the Context in which the query is to be executedpublic Plan create(Query query, DatasetGraph dsg, Binding inputBinding, Context context)
QueryEngineFactoryPlan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true.create in interface QueryEngineFactorypublic boolean accept(Op op, DatasetGraph dsg, Context context)
QueryEngineFactoryaccept in interface QueryEngineFactoryop - an Op to be executeddsg - the DatasetGraph over which the operation is to be executedcontext - the Context in which the operation is to be executedpublic Plan create(Op op, DatasetGraph dsg, Binding inputBinding, Context context)
QueryEngineFactoryPlan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true.create in interface QueryEngineFactoryLicenced under the Apache License, Version 2.0