Uses of Class
net.ssehub.easy.varModel.confModel.StructuredVariable
-
Packages that use StructuredVariable Package Description net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration. -
-
Uses of StructuredVariable in net.ssehub.easy.varModel.confModel
Subclasses of StructuredVariable in net.ssehub.easy.varModel.confModel Modifier and Type Class Description classCompoundVariableClass for variables of Compounds.classContainerVariableVariableConfigProviderfor nested variables of aContainerVariable.classSequenceVariableDecision variable for Sequencess.classSetVariableDecision variable for Sets.Fields in net.ssehub.easy.varModel.confModel declared as StructuredVariable Modifier and Type Field Description private StructuredVariableNestedVarConfigProvider. parentMethods in net.ssehub.easy.varModel.confModel that return StructuredVariable Modifier and Type Method Description protected StructuredVariableNestedVarConfigProvider. getParent()Returns theStructuredVariablewhich hold the relatedIDecisionVariablewhere this provider belongs to.Constructors in net.ssehub.easy.varModel.confModel with parameters of type StructuredVariable Constructor Description NestedVarConfigProvider(StructuredVariable parent)Sole constructor for this class.
-