java.io.Serializable, java.lang.Cloneablepublic class Formula
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
Formula(java.lang.String formulaText) |
|
Formula(LValue rootReference) |
| Modifier and Type | Method | 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
java.lang.CloneNotSupportedException