public abstract class NullaryOperator<T extends IVariable> extends AbstractOperator<T> implements FixedPointConstants
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK
Constructor and Description |
---|
NullaryOperator() |
Modifier and Type | Method and Description |
---|---|
abstract byte |
evaluate(T lhs)
Evaluate this equation, setting a new value for the
left-hand side.
|
byte |
evaluate(T lhs,
T[] rhs)
Evaluate this equation, setting a new value for the left-hand side.
|
equals, hashCode, toString
public byte evaluate(T lhs, T[] rhs) throws UnsupportedOperationException
AbstractOperator
evaluate
in class AbstractOperator<T extends IVariable>
UnsupportedOperationException
public abstract byte evaluate(T lhs)