HUCTLp / com.github.sybila.huctl / Formula / Not

Not

data class Not : Formula, Unary<Not, Formula>

Logical negation. A state satisfies this formula if it does not satisfy inner.

Constructors

<init> Not(inner: Formula)

Logical negation. A state satisfies this formula if it does not satisfy inner.

Properties

inner val inner: Formula

The singular child element of this object.

Inherited Properties

node open val node: Formula

Formula is also the node in the tree, so node == this

Functions

toString fun toString(): String

Return string which uniquely represents this formula and can be parsed to create an equivalent object.