Package net.hydromatic.morel.util
Class Sat.Not
- java.lang.Object
-
- net.hydromatic.morel.util.Sat.Term
-
- net.hydromatic.morel.util.Sat.Not
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(boolean[] env)protected StringBuilderunparse(StringBuilder buf, int left, int right)
-
-
-
Field Detail
-
term
public final Sat.Term term
-
-
Constructor Detail
-
Not
Not(Sat.Term term)
-
-
Method Detail
-
unparse
protected StringBuilder unparse(StringBuilder buf, int left, int right)
-
-