Uses of Class
net.ssehub.easy.varModel.confModel.ConfigurationException
-
Packages that use ConfigurationException Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI.net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors.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 ConfigurationException in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that throw ConfigurationException Modifier and Type Method Description voidAbstractIvmlVariable.DecVar. setHistoryValue(Value value, IAssignmentState state)voidAbstractIvmlVariable.DecVar. setValue(Value value, IAssignmentState state)voidAbstractIvmlVariable.DecVar. setValue(Value value, IAssignmentState state, boolean asAssignment)voidAbstractIvmlVariable.DecVar. setValue(Value value, IAssignmentState state, IConfigurationElement nested) -
Uses of ConfigurationException in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel that throw ConfigurationException Modifier and Type Method Description protected GUIVariableAbstractExpandableGUIVariable. replace(GUIVariable nestedVariable, Value value)GUIVariableGUIConfiguration. replace(GUIVariable var, Value val)Replaces a variable to reflect the new value (of a more or less specific type).protected GUIVariableGUIVariable. replace(GUIVariable nestedVariable, Value value)Replaces a variable to reflect the new value (of a more or less specific type).(package private) static voidGUIVariable. replaceValue(IDecisionVariable decVar, Value value)Replaces the value indecVarbyvalue. -
Uses of ConfigurationException in net.ssehub.easy.producer.ui.productline_editor.configuration
Methods in net.ssehub.easy.producer.ui.productline_editor.configuration that throw ConfigurationException Modifier and Type Method Description voidAttributeValuesPage.TemporaryAttributesConfiguration. addAttributeDecision(Attribute attribute, Value value)Adds an attribute decision to this configuration. -
Uses of ConfigurationException in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel declared as ConfigurationException Modifier and Type Field Description private ConfigurationExceptionVariableCreator. configExcetionMethods in net.ssehub.easy.varModel.confModel that throw ConfigurationException Modifier and Type Method Description protected voidConfiguration. addAttributeDecision(Attribute attribute, Value value, IAssignmentState state)Adds an attribute decision to this configuration.private ValueToplevelVarConfigProvider. assignCompoundValue(CompoundValue value, IAssignmentState state, boolean allowDeletation, CompoundValue oldValue)Assigns a CompoundValue.private ValueToplevelVarConfigProvider. assignContainerValue(ContainerValue conValue, IAssignmentState state, boolean allowDeletation)Assigns a ContainerValue.private voidToplevelVarConfigProvider. assignValue(Value value, IAssignmentState state, boolean allowDeletation)Assigns a value.IDecisionVariableConfiguration. createDecision(AbstractVariable decl)Creates a visible decision in this configuration.private IDecisionVariableConfiguration. createDecision(AbstractVariable decl, boolean visible)Creates a decision in this configuration.IDecisionVariableVariableCreator. getVariable()Returns the created variable.(package private) IDecisionVariableVariableCreator. getVariable(boolean setDefaultValue)Return theIDecisionVariableas inVariableCreator.getVariable().protected voidCompoundItemConfigProvider. setHistoryValue(Value value, IAssignmentState state)protected voidContainerItemConfigProvider. setHistoryValue(Value value, IAssignmentState state)voidDecisionVariable. setHistoryValue(Value value, IAssignmentState state)voidIDecisionVariable. setHistoryValue(Value value, IAssignmentState state)Changes the value (for incremental buildup) from value history.protected voidToplevelVarConfigProvider. setHistoryValue(Value value, IAssignmentState state)protected abstract voidVariableConfigProvider. setHistoryValue(Value value, IAssignmentState state)Changes the value from value history.voidBasisVariable. setValue(Value value, IAssignmentState state, IConfigurationElement nested)protected voidCompoundItemConfigProvider. setValue(Value value, IAssignmentState state)voidCompoundVariable. setValue(Value value, IAssignmentState state)Changes the value (for incremental buildup).voidCompoundVariable. setValue(Value value, IAssignmentState state, IConfigurationElement nested)voidConfiguration. setValue(Value value, IAssignmentState state, IConfigurationElement nested)protected voidContainerItemConfigProvider. setValue(Value value, IAssignmentState state)voidContainerVariable. setValue(Value value, IAssignmentState state)voidContainerVariable. setValue(Value value, IAssignmentState state, IConfigurationElement nested)voidDecisionVariable. setValue(Value value, IAssignmentState state)voidDecisionVariable. setValue(Value value, IAssignmentState state, boolean asAssignment)voidIConfigurationElement. setValue(Value value, IAssignmentState state, IConfigurationElement nested)Changes the value of a nested variable.voidIDecisionVariable. setValue(Value value, IAssignmentState state)Changes the value (for incremental buildup).voidIDecisionVariable. setValue(Value value, IAssignmentState state, boolean asAssignment)Changes the value.protected voidToplevelVarConfigProvider. setValue(Value value, IAssignmentState state)protected abstract voidVariableConfigProvider. setValue(Value value, IAssignmentState state)Changes the value (for incremental buildup).ProjectConfiguration. toProject(boolean ownProject)Turns this configuration into a project, e.g.ProjectConfiguration. toProject(boolean ownProject, boolean onlyUserInput)Turns this configuration into a project, e.g.Constructors in net.ssehub.easy.varModel.confModel that throw ConfigurationException Constructor Description ConfigurationSaver(Configuration srcConfiguration, boolean ownProject)Default constructor for this class.ConfigurationSaver(Configuration srcConfiguration, boolean ownProject, boolean onlyUserInput)Constructor for this class for saving the configuration. -
Uses of ConfigurationException in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation that throw ConfigurationException Modifier and Type Method Description (package private) static IDecisionVariableVariableValueCopier. copy(IDecisionVariable variable, java.lang.String namePrefix)Copies the given variable.private ValueVariableValueCopier. copy(IDecisionVariable source, IDecisionVariable target, VariableValueCopier.IFreezeProvider freezeProvider)Copies the value ofsourcevariable to targetvariable.private ValueVariableValueCopier. copySingleVariable(IDecisionVariable source, IDecisionVariable target, VariableValueCopier.IFreezeProvider freezeProvider, boolean adding)Copies a single variable fromsourceto target and ensures in case of a reference target that a respective variable is created.private ContainerVariableVariableValueCopier. ensureContainerVariable(ContainerVariable target)Ensures that the given container variable is configured and empty.private voidVariableValueCopier. handleFurther(IDecisionVariable base, java.lang.String[] names, Value value)Assignsvalueto the further variables onbasegiven innamesat index positions larger than 0.voidVariableValueCopier. process(Configuration config)Processes a configuration according to the copy specifications.private voidVariableValueCopier. process(IDecisionVariable variable, IDecisionVariable base, java.lang.String prefix, java.util.Map<java.lang.String,VariableValueCopier.CopySpec> fieldSpecs, java.util.Set<IDecisionVariable> done)Processes a decision variable.voidLocalDecisionVariable. setHistoryValue(Value value, IAssignmentState state)voidLocalDecisionVariable. setValue(Value value, IAssignmentState state)voidLocalDecisionVariable. setValue(Value value, IAssignmentState state, boolean asAssignment)voidLocalDecisionVariable. setValue(Value value, IAssignmentState state, IConfigurationElement nested)
-