public interface IFormulaEvaluator
IFormulaEvaluatorFactory.| Modifier and Type | Method and Description |
|---|---|
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.
|
IProductComponentGeneration |
getProductComponentGeneration()
Returns the product component generation this is an evaluator for.
|
IProductComponentGeneration getProductComponentGeneration()
Object evaluate(String formularName, Object... parameters)
formularName - The name of the formula to evaluateparameters - the parameters the formula requires when being evaluatedCopyright © 2014. All rights reserved.