Class SubtractionNode


  • public class SubtractionNode
    extends OperatorNode<BigDecimal,​BigDecimal>
    Subtracts one value from the other.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • SubtractionNode

        public SubtractionNode​(Operation anOperation,
                               Object aLeftOperand,
                               Object aRightOperand)
        Creates a new instance.
        Parameters:
        aLeftOperand -
        aRightOperand -