|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.formula.AbstractFormula
com.zfqjava.formula.CellFormula
public class CellFormula
| Field Summary |
|---|
| Fields inherited from class com.zfqjava.formula.AbstractFormula |
|---|
value |
| Method Summary | |
|---|---|
Object |
evaluate(FormulaContext context)
Evaluates the formula. |
List |
getCellReferenceList()
Returns the unmodifiable view of the cell reference for this formula. |
Formula |
normalize(FormulaContext context)
Normalize this formula with the specified FormulaContext. |
String |
toString()
Returns the string the this formula. |
String |
toString(FormulaContext context)
Returns the string the this formula with the specified FormulaContext. |
| Methods inherited from class com.zfqjava.formula.AbstractFormula |
|---|
equals, getValue, hashCode, setException |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Formula normalize(FormulaContext context)
FormulaFormulaContext.
normalize in interface Formulapublic Object evaluate(FormulaContext context)
Formula
evaluate in interface Formulacontext - the formula context
public List getCellReferenceList()
public String toString(FormulaContext context)
FormulaFormulaContext.
toString in interface Formulapublic String toString()
Formula
toString in interface FormulatoString in class AbstractFormula
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||