org.pentaho.reporting.libraries.formula
public class Formula extends Object implements Serializable, Cloneable
| Constructor Summary | |
|---|---|
| Formula(String formulaText) | |
| Formula(LValue rootReference) | |
| Method Summary | |
|---|---|
| Object | clone() |
| Object | evaluate() |
| TypeValuePair | evaluateTyped() |
| LValue | getRootReference()
Returns the root reference for this formula. |
| void | initialize(FormulaContext context) |
Returns: