Uses of Interface
net.ssehub.easy.varModel.model.values.IValueParent
Packages that use IValueParent
Package
Description
This package represents a specific variability model configuration.
Implements the evaluation of constraint syntax trees.
Instances of the datatypes.
-
Uses of IValueParent in net.ssehub.easy.varModel.confModel
Subinterfaces of IValueParent in net.ssehub.easy.varModel.confModelClasses in net.ssehub.easy.varModel.confModel that implement IValueParentModifier and TypeClassDescription(package private) classClass for variables which do not bear nested variables.classClass for variables of Compounds.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. -
Uses of IValueParent in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement IValueParentModifier and TypeClassDescriptionclassA local decision variable representing a parameter or a local variable.Methods in net.ssehub.easy.varModel.cstEvaluation that return IValueParentModifier and TypeMethodDescriptionprivate 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 IValueParentMethods in net.ssehub.easy.varModel.model.values that return IValueParentModifier and TypeMethodDescriptionStructuredValue.getValueParent()Value.getValueParent()Returns the value parent.Methods in net.ssehub.easy.varModel.model.values with parameters of type IValueParentModifier and TypeMethodDescriptionvoidStructuredValue.setValueParent(IValueParent valueParent) voidValue.setValueParent(IValueParent parent) Changes the value parent.