|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the configuration of a set of rules used by the QueryRewriter.
Method Summary | |
void |
addRule(RewriteRule rule)
Adds a rule to a configuration, together with parameters such as the number of times the rules is applied (once, saturation) |
java.util.List |
getRules()
Gives the List of rules in the configuration |
void |
removeRule(RewriteRule rule)
Deletes a rule from the configuration. |
Method Detail |
public void addRule(RewriteRule rule)
rule
- the rule to be added.public void removeRule(RewriteRule rule)
rule
- the rule to be removedpublic java.util.List getRules()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |