org.jfree.formula
Class Formula
java.lang.Object
org.jfree.formula.Formula
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class Formula
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
Creation-Date: 31.10.2006, 14:43:05
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Formula
public Formula(java.lang.String formulaText)
throws ParseException
- Throws:
ParseException
Formula
public Formula(LValue rootReference)
initialize
public void initialize(FormulaContext context)
throws EvaluationException
- Throws:
EvaluationException
getRootReference
public LValue getRootReference()
- Returns the root reference for this formula. This allows external programms
to modify the formula directly.
- Returns:
evaluateTyped
public TypeValuePair evaluateTyped()
evaluate
public java.lang.Object evaluate()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException