data class Not : Formula, Unary<Not, Formula>
Logical negation. A state satisfies this formula if it does not satisfy inner.
<init> |
Not(inner: Formula)
Logical negation. A state satisfies this formula if it does not satisfy inner. |
inner |
val inner: Formula
The singular child element of this object. |
node |
open val node: Formula
Formula is also the node in the tree, so |
toString |
fun toString(): String
Return string which uniquely represents this formula and can be parsed to create an equivalent object. |