public class SubtractFunction extends ArithmeticFunction implements ScalarFunction, FunctionFactory
_hash
Constructor and Description |
---|
SubtractFunction() |
Modifier and Type | Method and Description |
---|---|
ConcreteFunction |
makeNewInstance() |
protected java.math.BigDecimal |
operate(java.math.BigDecimal left,
java.math.BigDecimal right) |
evaluate, getDataType, isValid, setDataType
addArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toString
getAlias, getLabel, getName, setAlias, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate
isValid
addArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgument
getDataType, getLabel, setVariableContext
public ConcreteFunction makeNewInstance()
makeNewInstance
in interface FunctionFactory
protected java.math.BigDecimal operate(java.math.BigDecimal left, java.math.BigDecimal right) throws AxionException
operate
in class ArithmeticFunction
AxionException