Uses of Interface
net.ssehub.easy.varModel.confModel.IConfigurationElement
-
Packages that use IConfigurationElement 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.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.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 IConfigurationElement in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement IConfigurationElement Modifier and Type Class Description private static classAbstractIvmlVariable.DecVarImplements a dynamic mapping of nested (container) values to temporary decision variables.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return IConfigurationElement Modifier and Type Method Description IConfigurationElementAbstractIvmlVariable.DecVar. getParent()Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type IConfigurationElement Modifier and Type Method Description voidAbstractIvmlVariable.DecVar. setValue(Value value, IAssignmentState state, IConfigurationElement nested) -
Uses of IConfigurationElement in net.ssehub.easy.producer.ui.productline_editor.configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.configuration that implement IConfigurationElement Modifier and Type Class Description private classAttributeValuesPage.TemporaryAttributesConfigurationRepresents a temporary configuration for defining attribute values and acts as a controller for the model-level modifications. -
Uses of IConfigurationElement in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type IConfigurationElement Modifier and Type Method Description java.util.List<Constraint>VariablesMap. getConstraintsForVariable(IConfigurationElement variable)Returns the constraints registered forvariable. -
Uses of IConfigurationElement in net.ssehub.easy.varModel.confModel
Subinterfaces of IConfigurationElement in net.ssehub.easy.varModel.confModel Modifier and Type Interface Description interfaceIDecisionVariableInterface for configurableDecisionVariable.Classes in net.ssehub.easy.varModel.confModel that implement IConfigurationElement Modifier and Type Class Description (package private) classBasisVariableClass for variables which do not bear nested variables.classCompoundVariableClass for variables of Compounds.classConfigurationRepresents a configuration, i.e.classContainerVariableVariableConfigProviderfor nested variables of aContainerVariable.(package private) classDecisionVariableImplements a decision variable representing a specific decision.classSequenceVariableDecision variable for Sequencess.classSetVariableDecision variable for Sets.(package private) classStructuredVariableAbstract super class for variables of StructuredDatatype's.Fields in net.ssehub.easy.varModel.confModel declared as IConfigurationElement Modifier and Type Field Description private IConfigurationElementDecisionVariable. parentprivate IConfigurationElementVariableCreator. parentMethods in net.ssehub.easy.varModel.confModel that return IConfigurationElement Modifier and Type Method Description IConfigurationElementConfiguration. getParent()IConfigurationElementDecisionVariable. getParent()IConfigurationElementIConfigurationElement. getParent()Returns the element this element is part of.Methods in net.ssehub.easy.varModel.confModel with parameters of type IConfigurationElement Modifier and Type Method Description voidBasisVariable. 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 IConfigurationElement Constructor Description BasisVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute)Sole constructor for creatingIDecisionVariable's which do not contain nested Elements.CompoundVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute)Sole constructor for creatingContainerVariable's.ContainerVariable(IConfigurationElement parent, AbstractVariable varDeclaration, boolean isVisible, boolean isAttribute)Sole constructor for this class.DecisionVariable(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.StructuredVariable(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 IConfigurationElement Modifier and Type Class Description classLocalDecisionVariableA local decision variable representing a parameter or a local variable.Methods in net.ssehub.easy.varModel.cstEvaluation that return IConfigurationElement Modifier and Type Method Description IConfigurationElementLocalDecisionVariable. getParent()Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type IConfigurationElement Modifier and Type Method Description voidLocalDecisionVariable. setValue(Value value, IAssignmentState state, IConfigurationElement nested)
-