Class SubtractionNode

java.lang.Object
de.gebit.integrity.operations.standard.operands.OperatorNode<BigDecimal,BigDecimal>
de.gebit.integrity.operations.standard.operands.SubtractionNode

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

    • SubtractionNode

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