|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bbk.dcs.automed.qproc.QueryProcessor
uk.ac.bbk.dcs.automed.qproc.WrapperQueryProcessor
public class WrapperQueryProcessor
Processor to be used within wrappers
Field Summary | |
---|---|
protected java.util.logging.Logger |
_logger
|
Constructor Summary | |
---|---|
WrapperQueryProcessor()
Create an instance of the Query Processor. |
Method Summary | |
---|---|
protected void |
logInputParameters(Schema source,
Schema[] targets,
java.lang.String integrationSemantics,
QueryProcessorConfiguration qpc)
|
void |
logPerformance(QueryProcessorConfiguration qpc)
|
void |
process(ASG g,
Schema s,
QueryProcessorConfiguration qpc)
|
Methods inherited from class uk.ac.bbk.dcs.automed.qproc.QueryProcessor |
---|
annotate, evaluate, evaluateIncrementally, getConfiguration, getDataSourceTargets, getMetric, getQuery, loggingInit, optimise, postQuerying, prepareIQLQuery, preQuerying, process, process, process, process, processIncrementally, processIncrementally, processIncrementally, processPreparedIQLQuery, reformulate, unify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.logging.Logger _logger
Constructor Detail |
---|
public WrapperQueryProcessor()
Method Detail |
---|
public void process(ASG g, Schema s, QueryProcessorConfiguration qpc) throws QProcException
g
- The input query passed as an ASG.s
- the schema of the wrapper - i.e. the datasource-oriented versionqpc
- QueryProcessorConfiguration
providing the environment settings for the query processing.
QProcException
protected void logInputParameters(Schema source, Schema[] targets, java.lang.String integrationSemantics, QueryProcessorConfiguration qpc) throws QProcException
logInputParameters
in class QueryProcessor
QProcException
public void logPerformance(QueryProcessorConfiguration qpc)
logPerformance
in class QueryProcessor
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |