public class Formula
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor and Description |
|---|
Formula(LValue rootReference) |
Formula(java.lang.String formulaText) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.Object |
evaluate() |
TypeValuePair |
evaluateTyped() |
LValue |
getRootReference()
Returns the root reference for this formula.
|
void |
initialize(FormulaContext context) |
public Formula(java.lang.String formulaText)
throws ParseException
ParseExceptionpublic Formula(LValue rootReference)
public void initialize(FormulaContext context) throws EvaluationException
EvaluationExceptionpublic LValue getRootReference()
public TypeValuePair evaluateTyped()
public java.lang.Object evaluate()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException