Interface BackwardChainingAlgorithm
- All Known Implementing Classes:
PureRewriter, SourceTargetRewriter
-
Method Summary
Modifier and TypeMethodDescriptiondefault UnionFOQueryExecute the algorithmrewrite(UnionFOQuery queries, RuleBase rules) Execute the algorithm
-
Method Details
-
rewrite
Execute the algorithm- Parameters:
query- the query to rewriterules- the rules with which to rewrite the query- Returns:
- the union of all rewritings of the query with the rules
-
rewrite
Execute the algorithm- Parameters:
queries- the ucq to rewriterules- the rules with which to rewrite the query- Returns:
- the union of all rewritings of the queries with the rules
-