public abstract static class Operator.Nary extends Operator
Operator.Nary
Modifier and Type | Method and Description |
---|---|
abstract Operator.Nary |
complement()
Returns the binary operator whose identity and short circuit
values are the negation of this operator's identity and
short circuit.
|
abstract BooleanConstant |
identity()
Returns the boolean constant c such that
for all logical values x, c composed
with x using this operator will result in x.
|
abstract BooleanConstant |
shortCircuit()
Returns the boolean constant c such that
for all logical values x, c composed
with x using this operator will result in c.
|
public abstract Operator.Nary complement()
public abstract BooleanConstant identity()
public abstract BooleanConstant shortCircuit()
© Emina Torlak 2005-present