com.hp.hpl.jena.sparql.engine
Class QueryEngineFactoryWrapper

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.QueryEngineFactoryWrapper
All Implemented Interfaces:
QueryEngineFactory

public class QueryEngineFactoryWrapper
extends Object
implements QueryEngineFactory

Default processing for a DatasetGraphWrapper - unwrap and repeat


Constructor Summary
QueryEngineFactoryWrapper()
           
 
Method Summary
 boolean accept(Op op, DatasetGraph dsg, Context context)
           
 boolean accept(Query query, DatasetGraph dsg, Context context)
           
 Plan create(Op op, DatasetGraph dsg, Binding inputBinding, Context context)
           
 Plan create(Query query, DatasetGraph dsg, Binding inputBinding, Context context)
           
static QueryEngineFactory get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEngineFactoryWrapper

public QueryEngineFactoryWrapper()
Method Detail

get

public static QueryEngineFactory get()

accept

public boolean accept(Query query,
                      DatasetGraph dsg,
                      Context context)
Specified by:
accept in interface QueryEngineFactory

create

public Plan create(Query query,
                   DatasetGraph dsg,
                   Binding inputBinding,
                   Context context)
Specified by:
create in interface QueryEngineFactory

accept

public boolean accept(Op op,
                      DatasetGraph dsg,
                      Context context)
Specified by:
accept in interface QueryEngineFactory

create

public Plan create(Op op,
                   DatasetGraph dsg,
                   Binding inputBinding,
                   Context context)
Specified by:
create in interface QueryEngineFactory


Licenced under the Apache License, Version 2.0