public final class UnaryOr extends UnaryOperator<BooleanVariable>
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte |
evaluate(BooleanVariable lhs,
BooleanVariable rhs)
Evaluate this equation, setting a new value for the left-hand side.
|
int |
hashCode() |
static UnaryOr |
instance() |
String |
toString() |
evaluate, isIdentity, makeEquation
public static UnaryOr instance()
public byte evaluate(BooleanVariable lhs, BooleanVariable rhs) throws IllegalArgumentException
UnaryOperator
evaluate
in class UnaryOperator<BooleanVariable>
IllegalArgumentException
public String toString()
toString
in class AbstractOperator<BooleanVariable>
public int hashCode()
hashCode
in class AbstractOperator<BooleanVariable>
public boolean equals(Object o)
equals
in class AbstractOperator<BooleanVariable>