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.BigDecimalZERO
-
Constructor Summary
Constructors Constructor Description SumFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeValuePairevaluate(FormulaContext context, ParameterCallback parameters)java.lang.StringgetCanonicalName()
-
-
-
Method Detail
-
getCanonicalName
public java.lang.String getCanonicalName()
- Specified by:
getCanonicalNamein interfaceFunction
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException
- Specified by:
evaluatein interfaceFunction- Throws:
EvaluationException
-
-