Uses of Interface
net.ssehub.easy.varModel.confModel.IFreezeSelector
-
Packages that use IFreezeSelector Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of IFreezeSelector in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type IFreezeSelector Modifier and Type Method Description voidAbstractIvmlVariable.DecVar. freeze(IFreezeSelector selector) -
Uses of IFreezeSelector in net.ssehub.easy.varModel.confModel
Classes in net.ssehub.easy.varModel.confModel that implement IFreezeSelector Modifier and Type Class Description classAllFreezeSelectorA freeze selector which just freezes all variables.classNoFreezeSelectorA freeze selector which does not freeze any variable.Fields in net.ssehub.easy.varModel.confModel declared as IFreezeSelector Modifier and Type Field Description static IFreezeSelectorAllFreezeSelector. INSTANCEstatic IFreezeSelectorNoFreezeSelector. INSTANCEMethods in net.ssehub.easy.varModel.confModel with parameters of type IFreezeSelector Modifier and Type Method Description protected voidCompoundItemConfigProvider. freeze(IFreezeSelector selector)voidCompoundVariable. freeze(IFreezeSelector selector)voidConfiguration. freeze(IFreezeSelector selector)Freezes on the whole configuration.protected voidContainerItemConfigProvider. freeze(IFreezeSelector selector)voidContainerVariable. freeze(IFreezeSelector selector)voidDecisionVariable. freeze(IFreezeSelector selector)voidIConfigurationElement. freeze(IFreezeSelector selector)Causes to freeze the current value.protected voidToplevelVarConfigProvider. freeze(IFreezeSelector selector)protected abstract voidVariableConfigProvider. freeze(IFreezeSelector selector)Causes to freeze the current value.private voidConfiguration. freezeValues(AbstractVariable var, IFreezeSelector selector)SetsAssignmentState.FROZENstate to the given variablesvar. -
Uses of IFreezeSelector in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement IFreezeSelector Modifier and Type Class Description classFreezeEvaluatorImplements a freeze selector based on expression evaluation.private static classVariableValueCopier.SourceBasedFreezeProviderA freeze provider based on known frozen assignment states.Methods in net.ssehub.easy.varModel.cstEvaluation that return IFreezeSelector Modifier and Type Method Description IFreezeSelectorVariableValueCopier.EnumAttributeFreezeProvider. getSelector()IFreezeSelectorVariableValueCopier.IFreezeProvider. getSelector()Returns a freeze selector to use.IFreezeSelectorVariableValueCopier.SourceBasedFreezeProvider. getSelector()Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type IFreezeSelector Modifier and Type Method Description voidLocalDecisionVariable. freeze(IFreezeSelector selector)
-