public class EliminateNOT extends Rewriter
q={$not:{w}}
and w can be negatable, then this rewrites q as
q=negation of w
| Constructor and Description |
|---|
EliminateNOT() |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression |
rewrite(QueryExpression q) |
public static final Rewriter INSTANCE
public QueryExpression rewrite(QueryExpression q)
Copyright © 2016. All rights reserved.