Uses of Interface
org.faktorips.runtime.formula.IFormulaEvaluator
Packages that use IFormulaEvaluator
-
Uses of IFormulaEvaluator in org.faktorips.runtime.formula
Classes in org.faktorips.runtime.formula that implement IFormulaEvaluatorModifier and TypeClassDescriptionclassAn abstract implementation ofIFormulaEvaluatorholding the product component generation or product component and handles the exceptions thrown by theAbstractFormulaEvaluator.evaluateInternal(String, Object...)method.Methods in org.faktorips.runtime.formula that return IFormulaEvaluatorModifier and TypeMethodDescriptionIFormulaEvaluatorFactory.createFormulaEvaluator(Object object, Map<String, String> nameToCompiledExpressionMap) This method creates a new formula evaluator. -
Uses of IFormulaEvaluator in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IFormulaEvaluatorModifier and TypeMethodDescriptionProductComponent.getFormulaEvaluator()ProductComponentGeneration.getFormulaEvaluator()