Uses of Class
net.ssehub.easy.varModel.model.values.ContainerValue
Packages that use ContainerValue
Package
Description
This package represents a specific variability model configuration.
Implements the evaluation of constraint syntax trees.
Classes for creating an (adapted) copy of the
Project.Instances of the datatypes.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Classes for validating e variability model, e.g.
-
Uses of ContainerValue in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type ContainerValueModifier and TypeMethodDescriptionprivate ValueToplevelVarConfigProvider.assignContainerValue(ContainerValue conValue, IAssignmentState state, boolean allowDeletation) Assigns a ContainerValue. -
Uses of ContainerValue in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as ContainerValueModifier and TypeFieldDescriptionprivate ContainerValueEvaluationVisitor.ContainerIterationExecutor.containerValueprivate ContainerValueContainerOperations.ContainerArgument.valueMethods in net.ssehub.easy.varModel.cstEvaluation that return ContainerValueModifier and TypeMethodDescription(package private) ContainerValueContainerOperations.ContainerArgument.getValue()Returns the container value.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ContainerValueModifier and TypeMethodDescriptionprivate IntegerVariableAccessor.getIndex(ContainerValue value, EvaluationAccessor accessor) Returns the (valid) index fromaccessorforvalue.private booleanContainerIterators.ClosureIteratorEvaluator.handleNextValue(Value value, ContainerValue result, Map<Object, Object> data, List<Value> nextValues) Handles the next value by checking whether it was already added.private booleanEvaluationVisitor.ContainerIterationExecutor.initialize(ContainerValue[] containers, LocalDecisionVariable[] declarators) Initialize the container iterators for a container iteration.(package private) ContainerOperations.ContainerArgumentContainerOperations.ContainerArgument.setValues(ContainerValue value, EvaluationAccessor accessor) Sets the values of this argument.voidConstantValueResolver.visitContainerValue(ContainerValue value) -
Uses of ContainerValue in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ContainerValueModifier and TypeMethodDescriptionvoidValueCopy.visitContainerValue(ContainerValue value) voidValueCopyVisitor.visitContainerValue(ContainerValue value) -
Uses of ContainerValue in net.ssehub.easy.varModel.model.values
Methods in net.ssehub.easy.varModel.model.values that return ContainerValueMethods in net.ssehub.easy.varModel.model.values with parameters of type ContainerValueModifier and TypeMethodDescriptionvoidContainerValue.copyValuesFrom(ContainerValue source) Copies the values fromsource.voidIValueVisitor.visitContainerValue(ContainerValue value) This method is used for visiting ContainerValue.voidValueVisitorAdapter.visitContainerValue(ContainerValue value) Constructors in net.ssehub.easy.varModel.model.values with parameters of type ContainerValueModifierConstructorDescriptionprotectedContainerValue(Container container, ContainerValue source) Creates a new compound value by copying the values fromsource. -
Uses of ContainerValue in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ContainerValue -
Uses of ContainerValue in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type ContainerValueModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitContainerValue(ContainerValue value)