public class AddOperator extends AbstractBinaryFullCircuitHalfDoubleOperator
Constructor and Description |
---|
AddOperator() |
Modifier and Type | Method and Description |
---|---|
protected RightValue |
operateOnDoubleDouble(Double a,
Double b) |
protected RightValue |
operateOnLongLong(Long a,
Long b) |
protected RightValue |
operateOnValues(RightValue leftOperand,
RightValue rightOperand) |
protected String |
operatorName() |
operateOnDoubleLong, operateOnLongDouble
evaluateOn
evaluate
getLeftOperand, getRightOperand, setLeftOperand, setRightOperand
protected RightValue operateOnDoubleDouble(Double a, Double b) throws BasicRuntimeException
operateOnDoubleDouble
in class AbstractBinaryFullCircuitNumericOperator<Double>
BasicRuntimeException
protected RightValue operateOnLongLong(Long a, Long b) throws BasicRuntimeException
operateOnLongLong
in class AbstractBinaryFullCircuitNumericOperator<Double>
BasicRuntimeException
protected RightValue operateOnValues(RightValue leftOperand, RightValue rightOperand) throws BasicRuntimeException
operateOnValues
in class AbstractBinaryFullCircuitNumericOperator<Double>
BasicRuntimeException
protected String operatorName()
operatorName
in class AbstractBinaryFullCircuitNumericOperator<Double>
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.