Uses of Interface
net.ssehub.easy.varModel.model.values.IValueParent
-
Packages that use IValueParent 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.net.ssehub.easy.varModel.model.values Instances of the datatypes. -
-
Uses of IValueParent in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement IValueParent Modifier and Type Class Description private static classAbstractIvmlVariable.DecVarImplements a dynamic mapping of nested (container) values to temporary decision variables. -
Uses of IValueParent in net.ssehub.easy.varModel.confModel
Subinterfaces of IValueParent in net.ssehub.easy.varModel.confModel Modifier and Type Interface Description interfaceIDecisionVariableInterface for configurableDecisionVariable.Classes in net.ssehub.easy.varModel.confModel that implement IValueParent Modifier and Type Class Description (package private) classBasisVariableClass for variables which do not bear nested variables.classCompoundVariableClass for variables of Compounds.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 IValueParent in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement IValueParent 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 IValueParent Modifier and Type Method Description private IValueParentLocalDecisionVariable. getValueParent(Value value)Returns the value parent ofvalue.private IValueParentLocalDecisionVariable. obtainValueParent(Value value)Obtains the value parent for the stored value, the given value or the value of one of the parents. -
Uses of IValueParent in net.ssehub.easy.varModel.model.values
Fields in net.ssehub.easy.varModel.model.values declared as IValueParent Modifier and Type Field Description private IValueParentStructuredValue. valueParentMethods in net.ssehub.easy.varModel.model.values that return IValueParent Modifier and Type Method Description IValueParentStructuredValue. getValueParent()IValueParentValue. getValueParent()Returns the value parent.Methods in net.ssehub.easy.varModel.model.values with parameters of type IValueParent Modifier and Type Method Description voidStructuredValue. setValueParent(IValueParent valueParent)voidValue. setValueParent(IValueParent parent)Changes the value parent.
-