Class Formula
java.lang.Object
org.pentaho.reporting.libraries.formula.Formula
- All Implemented Interfaces:
Serializable
,Cloneable
Creation-Date: 31.10.2006, 14:43:05
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
evaluate()
Returns the root reference for this formula.void
initialize
(FormulaContext context)
-
Constructor Details
-
Formula
- Throws:
ParseException
-
Formula
-
-
Method Details
-
initialize
- Throws:
EvaluationException
-
getRootReference
Returns the root reference for this formula. This allows external programms to modify the formula directly.- Returns:
-
evaluateTyped
-
evaluate
-
clone
- Throws:
CloneNotSupportedException
-