| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.productdataprovider |
| Modifier and Type | Method and Description |
|---|---|
IFormulaEvaluatorFactory |
IRuntimeRepository.getFormulaEvaluatorFactory()
Getting a formula evaluator factory to create a new formula evaluator.
|
| Modifier and Type | Method and Description |
|---|---|
IFormulaEvaluatorFactory |
AbstractRuntimeRepository.getFormulaEvaluatorFactory()
For default there is no formula evaluation supported.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRuntimeRepository.setFormulaEvaluatorFactory(IFormulaEvaluatorFactory formulaEvaluatorFactory)
If you want to support formula evaluation you can set a
IFormulaEvaluatorFactory. |
| Modifier and Type | Method and Description |
|---|---|
IFormulaEvaluatorFactory |
DetachedContentRuntimeRepository.getFormulaEvaluatorFactory()
Getting the
IFormulaEvaluatorFactory set in the constructor. |
| Modifier and Type | Method and Description |
|---|---|
DetachedContentRuntimeRepositoryManager.Builder |
DetachedContentRuntimeRepositoryManager.Builder.setFormulaEvaluatorFactory(IFormulaEvaluatorFactory formulaEvaluatorFactory)
An optional
IFormulaEvaluatorFactory to create IFormulaEvaluators. |
Copyright © 2019. All rights reserved.