public interface IFormulaEvaluatorFactory
IFormulaEvaluator. It is part of
the creation of an evaluator to set the IProductComponentGeneration or
IProductComponent and a map of compiled expressions the evaluator should handle.| Modifier and Type | Method and Description |
|---|---|
IFormulaEvaluator |
createFormulaEvaluator(Object object,
Map<String,String> nameToCompiledExpressionMap)
This method creates a new formula evaluator.
|
IFormulaEvaluator createFormulaEvaluator(Object object, Map<String,String> nameToCompiledExpressionMap)
object - The IProductComponentGeneration or IProductComponent in which
context a formula have to be executednameToCompiledExpressionMap - The map of compiled formula expressions with their name as
a keyCopyright © 2016. All rights reserved.