|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Formula
| Method Summary | |
|---|---|
Object |
evaluate(FormulaContext context)
Evaluates the formula. |
Object |
getValue()
Returns the value after the last evaluate. |
Formula |
normalize(FormulaContext context)
Normalize this formula with the specified FormulaContext. |
void |
setException(Exception e)
Sets the exception when evaluate the formula |
String |
toString()
Returns the string the this formula. |
String |
toString(FormulaContext context)
Returns the string the this formula with the specified FormulaContext. |
| Method Detail |
|---|
Object evaluate(FormulaContext context)
context - the formula context
Object getValue()
String toString()
toString in class ObjectString toString(FormulaContext context)
FormulaContext.
Formula normalize(FormulaContext context)
FormulaContext.
void setException(Exception e)
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||