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)
QueryEngineFactory
accept
in interface QueryEngineFactory
query
- 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)
QueryEngineFactory
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
.create
in interface QueryEngineFactory
public boolean accept(Op op, DatasetGraph dsg, Context context)
QueryEngineFactory
accept
in interface QueryEngineFactory
op
- 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)
QueryEngineFactory
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
.create
in interface QueryEngineFactory
Licenced under the Apache License, Version 2.0