Search in sources :

Example 1 with CompleteRewriter

use of com.sri.ai.grinder.rewriter.help.CompleteRewriter in project aic-expresso by aic-sri-international.

the class AbstractTheory method setAllRewriters.

private void setAllRewriters(TopRewriter topRewriter) {
    this.topRewriter = topRewriter;
    this.rewriter = new Recursive(new Exhaustive(topRewriter));
    this.completeRewriter = new CompleteRewriter(topRewriter);
}
Also used : Exhaustive(com.sri.ai.grinder.rewriter.core.Exhaustive) Recursive(com.sri.ai.grinder.rewriter.core.Recursive) CompleteRewriter(com.sri.ai.grinder.rewriter.help.CompleteRewriter)

Aggregations

Exhaustive (com.sri.ai.grinder.rewriter.core.Exhaustive)1 Recursive (com.sri.ai.grinder.rewriter.core.Recursive)1 CompleteRewriter (com.sri.ai.grinder.rewriter.help.CompleteRewriter)1