|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFormulaEvaluator
Evaluates the formulas of a product component or product component generation. This interface
only provides methods to get the configured product component generation and to evaluate already
configured formulas. The code of the formulas is set while creating the evaluator by an
IFormulaEvaluatorFactory.
| Method Summary | |
|---|---|
Object |
evaluate(String formularName,
Object... parameters)
Evaluates the formula with the given name and the specified parameters. |
Map<String,String> |
getNameToExpressionMap()
Returns a defensive copy of the map of expressions/formulas held by this evaluator. |
Object |
getObject()
Returns the product component generation or product component this is an evaluator for. |
| Method Detail |
|---|
Object getObject()
Object evaluate(String formularName,
Object... parameters)
formularName - The name of the formula to evaluateparameters - the parameters the formula requires when being evaluated
Map<String,String> getNameToExpressionMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||