|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryAnnotationProvider
Defines a set of mandatory behaviours of a query annotator
Query annotator classes must implement this interface.
Method Summary | |
---|---|
java.lang.String |
getName()
Return a unique name of a provider. |
void |
process(ASG g,
Schema[] tgts,
QueryProcessorConfiguration qpc)
Annotate an IQL query based on a given configuration |
Method Detail |
---|
java.lang.String getName()
Map
of provider objects
void process(ASG g, Schema[] tgts, QueryProcessorConfiguration qpc) throws QueryAnnotationException
g
- an ASG
object of an IQL querytgts
- the target schemas against which the query is to be evaluatedqpc
- QueryProcessorConfiguration
providing the environment settings for the query processing.
QueryAnnotationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |