|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Expression
Manage mathematic expression.
| Method Summary | |
|---|---|
MathematicalElement |
evaluate(OperatorManager operatorManager,
Parameters parameters)
Evaluate the value of the expression. |
MathematicalElement |
evaluate(Parameters parameters)
Evaluate the value of the expression with the default operator manager. |
Catalog |
getCatalog()
return the catalog of the expression. |
ExpressionModel |
getExpressionModel()
Return the expression model associated to the expression. |
java.lang.String |
getName()
Get the name of the function. |
java.util.List |
getParameters()
Get the parameter list associated to the function. |
| Method Detail |
|---|
Catalog getCatalog()
null if no catalog is needed of define.
MathematicalElement evaluate(Parameters parameters)
throws EvalException
parameters - parameters values for evaluating expression.
EvalException - when error occurd (parameter not found ...)
MathematicalElement evaluate(OperatorManager operatorManager,
Parameters parameters)
throws EvalException
operatorManager - operator manager to use to evaluate expression.parameters - parameters values for evaluating expression.
EvalException - when error occurd (parameter not found ...)java.util.List getParameters()
java.lang.String getName()
ExpressionModel getExpressionModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||