Class VariableConfigProviderFactory
- java.lang.Object
-
- net.ssehub.easy.varModel.confModel.VariableConfigProviderFactory
-
class VariableConfigProviderFactory extends java.lang.ObjectFactory class for creatingVariableConfigProviders. The correctVariableConfigProviderwill be created depending whether the relatedIDecisionVariableis a nested inside a compound/container or directly inside the configuration.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description VariableConfigProviderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static VariableConfigProvidercreateDelegate(IDecisionVariable relatedVariable)Returns the correctVariableConfigProviderdepending on the relatedIDecisionVariable.
-
-
-
Method Detail
-
createDelegate
static VariableConfigProvider createDelegate(IDecisionVariable relatedVariable)
Returns the correctVariableConfigProviderdepending on the relatedIDecisionVariable.- Parameters:
relatedVariable- TheIDecisionVariablewhich will use thisVariableConfigProvider.- Returns:
- The correct
VariableConfigProviderdepending on the relatedIDecisionVariable(must not be null.
-
-