Class NullaryOperator<T extends IVariable>

    • Constructor Detail

      • NullaryOperator

        public NullaryOperator()
    • Method Detail

      • evaluate

        public abstract byte evaluate​(T lhs)
        Evaluate this equation, setting a new value for the left-hand side.
        Returns:
        true if the lhs value changes. false otherwise.