Uses of Class
net.ssehub.easy.varModel.confModel.ContainerVariable
-
Packages that use ContainerVariable Package Description 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 ContainerVariable in net.ssehub.easy.varModel.confModel
Subclasses of ContainerVariable in net.ssehub.easy.varModel.confModel Modifier and Type Class Description classSequenceVariableDecision variable for Sequencess.classSetVariableDecision variable for Sets.Methods in net.ssehub.easy.varModel.confModel that return ContainerVariable Modifier and Type Method Description protected ContainerVariableContainerItemConfigProvider. getParent()Constructors in net.ssehub.easy.varModel.confModel with parameters of type ContainerVariable Constructor Description ContainerItemConfigProvider(ContainerVariable parent, int index)Sole constructor for creating aVariableConfigProviderfor nested elements of a container. -
Uses of ContainerVariable in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation that return ContainerVariable Modifier and Type Method Description private ContainerVariableVariableValueCopier. ensureContainerVariable(ContainerVariable target)Ensures that the given container variable is configured and empty.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ContainerVariable Modifier and Type Method Description private ContainerVariableVariableValueCopier. ensureContainerVariable(ContainerVariable target)Ensures that the given container variable is configured and empty.
-