Interface RewritingOperator

All Known Implementing Classes:
SingleRuleAggregator

public interface RewritingOperator
From Melanie Konïg's thesis A rewriting operator rew is a function which takes a conjunctive query Q and a set of rules R and outputs a set of conjunctive queries noted rew(Q, R). This computes direct rewritings of the query Q with regards to R We can extend this definition to a set of queries as the union of all independent rewritings for each query.