|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.jpdl.el.impl.BinaryOperator org.jbpm.jpdl.el.impl.ArithmeticOperator
public abstract class ArithmeticOperator
This is the superclass for all binary arithmetic operators
Constructor Summary | |
---|---|
ArithmeticOperator()
|
Method Summary | |
---|---|
abstract java.math.BigDecimal |
apply(java.math.BigDecimal pLeft,
java.math.BigDecimal pRight)
Applies the operator to the given BigDecimal values, returning a BigDecimal. |
abstract java.math.BigInteger |
apply(java.math.BigInteger pLeft,
java.math.BigInteger pRight)
Applies the operator to the given BigInteger values, returning a BigInteger. |
abstract double |
apply(double pLeft,
double pRight)
Applies the operator to the given double values, returning a double |
abstract long |
apply(long pLeft,
long pRight)
Applies the operator to the given double values, returning a double |
java.lang.Object |
apply(java.lang.Object pLeft,
java.lang.Object pRight,
Logger pLogger)
Applies the operator to the given value |
Methods inherited from class org.jbpm.jpdl.el.impl.BinaryOperator |
---|
getOperatorSymbol, shouldCoerceToBoolean, shouldEvaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArithmeticOperator()
Method Detail |
---|
public java.lang.Object apply(java.lang.Object pLeft, java.lang.Object pRight, Logger pLogger) throws ELException
apply
in class BinaryOperator
ELException
public abstract double apply(double pLeft, double pRight)
public abstract long apply(long pLeft, long pRight)
public abstract java.math.BigDecimal apply(java.math.BigDecimal pLeft, java.math.BigDecimal pRight)
public abstract java.math.BigInteger apply(java.math.BigInteger pLeft, java.math.BigInteger pRight)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |