|
|||||||||
| 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)
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)
throws QueryAnnotationException
g - an ASG object of an IQL querytgts - the target scheams against which the query is to be evaluated
QueryAnnotationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||