Uses of Interface
net.ssehub.easy.varModel.confModel.IConfigurationElement
Packages that use IConfigurationElement
Package
Description
This package represents a specific variability model configuration.
Implements the evaluation of constraint syntax trees.
-
Uses of IConfigurationElement in net.ssehub.easy.varModel.confModel
Subinterfaces of IConfigurationElement in net.ssehub.easy.varModel.confModelClasses in net.ssehub.easy.varModel.confModel that implement IConfigurationElementModifier and TypeClassDescription(package private) classClass for variables which do not bear nested variables.classClass for variables of Compounds.classRepresents a configuration, i.e.classVariableConfigProviderfor nested variables of aContainerVariable.(package private) classImplements a decision variable representing a specific decision.classDecision variable forSequencess.classDecision variable forSets.(package private) classAbstract super class for variables ofStructuredDatatype's.Fields in net.ssehub.easy.varModel.confModel declared as IConfigurationElementModifier and TypeFieldDescriptionprivate IConfigurationElementDecisionVariable.parentprivate IConfigurationElementVariableCreator.parentMethods in net.ssehub.easy.varModel.confModel that return IConfigurationElementModifier and TypeMethodDescriptionConfiguration.getParent()final IConfigurationElementDecisionVariable.getParent()IConfigurationElement.getParent()Returns the element this element is part of.Methods in net.ssehub.easy.varModel.confModel with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidBasisVariable.setValue(Value value, IAssignmentState state, IConfigurationElement nested) voidCompoundVariable.setValue(Value value, IAssignmentState state, IConfigurationElement nested) voidConfiguration.setValue(Value value, IAssignmentState state, IConfigurationElement nested) voidContainerVariable.setValue(Value value, IAssignmentState state, IConfigurationElement nested) voidIConfigurationElement.setValue(Value value, IAssignmentState state, IConfigurationElement nested) Changes the value of a nested variable.Constructors in net.ssehub.easy.varModel.confModel with parameters of type IConfigurationElementModifierConstructorDescriptionprotectedBasisVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute) Sole constructor for creatingIDecisionVariable's which do not contain nested Elements.(package private)CompoundVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute) Sole constructor for creatingContainerVariable's.protectedContainerVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute) Sole constructor for this class.protectedDecisionVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute) Creates a new decision variable representing a specific decision.SequenceVariable(AbstractVariable varDecl, IConfigurationElement parent, boolean isVisible, boolean isAttribute) Sole Constructor for this class.SetVariable(AbstractVariable varDecl, IConfigurationElement parent, boolean isVisible, boolean isAttribute) Sole Constructor for this class.protectedStructuredVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute) Sole constructor for this class.VariableCreator(AbstractVariable varDecl, IConfigurationElement parent, boolean isVisible, boolean isAttribute) Sole constructor for this class. -
Uses of IConfigurationElement in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement IConfigurationElementModifier and TypeClassDescriptionclassA local decision variable representing a parameter or a local variable.Methods in net.ssehub.easy.varModel.cstEvaluation that return IConfigurationElementMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidLocalDecisionVariable.setValue(Value value, IAssignmentState state, IConfigurationElement nested)