Uses of Interface
net.ssehub.easy.varModel.confModel.IConfigurationVisitable
-
Packages that use IConfigurationVisitable 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.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of IConfigurationVisitable in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement IConfigurationVisitable Modifier and Type Class Description private static classAbstractIvmlVariable.DecVarImplements a dynamic mapping of nested (container) values to temporary decision variables. -
Uses of IConfigurationVisitable in net.ssehub.easy.producer.ui.productline_editor.configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.configuration that implement IConfigurationVisitable 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 IConfigurationVisitable in net.ssehub.easy.varModel.confModel
Subinterfaces of IConfigurationVisitable in net.ssehub.easy.varModel.confModel Modifier and Type Interface Description interfaceIDecisionVariableInterface for configurableDecisionVariable.Classes in net.ssehub.easy.varModel.confModel that implement IConfigurationVisitable 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. -
Uses of IConfigurationVisitable in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement IConfigurationVisitable Modifier and Type Class Description classLocalDecisionVariableA local decision variable representing a parameter or a local variable.
-