Class SumFunction
- java.lang.Object
-
- org.pentaho.reporting.libraries.formula.function.math.SumFunction
-
- All Implemented Interfaces:
java.io.Serializable
,Function
- Direct Known Subclasses:
SumAFunction
public class SumFunction extends java.lang.Object implements Function
Creation-Date: 31.10.2006, 17:39:19- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.math.BigDecimal
ZERO
-
Constructor Summary
Constructors Constructor Description SumFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeValuePair
evaluate(FormulaContext context, ParameterCallback parameters)
java.lang.String
getCanonicalName()
-
-
-
Method Detail
-
getCanonicalName
public java.lang.String getCanonicalName()
- Specified by:
getCanonicalName
in interfaceFunction
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException
- Specified by:
evaluate
in interfaceFunction
- Throws:
EvaluationException
-
-