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