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
ParseException
public Formula(LValue rootReference)
public void initialize(FormulaContext context) throws EvaluationException
EvaluationException
public LValue getRootReference()
public TypeValuePair evaluateTyped()
public java.lang.Object evaluate()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException