Interface AbstractIvmlModifier.ConfigurationChangeListener
-
- All Known Implementing Classes:
ConfigurationAas
- Enclosing class:
- AbstractIvmlModifier
public static interface AbstractIvmlModifier.ConfigurationChangeListenerSome part listening on configuration changes.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigurationChanged(net.ssehub.easy.varModel.confModel.IDecisionVariable var, AbstractIvmlModifier.ConfigurationChangeType type)Called when a decision variable changed.
-
-
-
Method Detail
-
configurationChanged
void configurationChanged(net.ssehub.easy.varModel.confModel.IDecisionVariable var, AbstractIvmlModifier.ConfigurationChangeType type)Called when a decision variable changed.- Parameters:
var- the variable (may not be part of any configuration anymore)type- the change type
-
-