Interface IFormulaEvaluatorFactory

    • Method Detail

      • createFormulaEvaluator

        IFormulaEvaluator createFormulaEvaluator​(java.lang.Object object,
                                                 java.util.Map<java.lang.String,​java.lang.String> nameToCompiledExpressionMap)
        This method creates a new formula evaluator. The evaluator getting the product component generation or product component in which context the formulas have to be evaluated and a list of compiled formula expressions.
        Parameters:
        object - The IProductComponentGeneration or IProductComponent in which context a formula have to be executed
        nameToCompiledExpressionMap - The map of compiled formula expressions with their name as a key
        Returns:
        The new formula evaluator that is able to evaluate every formula the was in the list of compiled expressions