Uses of Interface
net.ssehub.easy.varModel.model.IDecisionVariableContainer
Packages that use IDecisionVariableContainer
Package
Description
This package represents a specific variability model configuration.
Provides functionality to manage variability models and their dependencies.
Base package for the variability model.
Base directory for the main datatype classes.
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
-
Uses of IDecisionVariableContainer in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type IDecisionVariableContainerModifier and TypeMethodDescriptionprotected voidAbstractConfigurationStatisticsVisitor.visitVariableContainer(IDecisionVariableContainer cnt) Processes elements within a variable container. -
Uses of IDecisionVariableContainer in net.ssehub.easy.varModel.management
Methods in net.ssehub.easy.varModel.management with parameters of type IDecisionVariableContainerModifier and TypeMethodDescriptionprivate voidModelCommentsPersistencer.assignComments(IDecisionVariableContainer container, CommentResource props) Assign the comments stored inpropsto the model elements incontainer. -
Uses of IDecisionVariableContainer in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement IDecisionVariableContainerModifier and TypeClassDescriptionclassRepresents an assignment of a value to attributes of at least one model element.classThis class basically realizes a decision variable container (this class does not support realizing constraints).classAn extended version of the a decision variable container which also supports realizing constraints.Methods in net.ssehub.easy.varModel.model with parameters of type IDecisionVariableContainerModifier and TypeMethodDescriptionstatic IDatatypeModelQuery.findElementByTypeName(IDecisionVariableContainer container, String typeName) Finds the specified data type definition in the givencontainer. -
Uses of IDecisionVariableContainer in net.ssehub.easy.varModel.model.datatypes
Classes in net.ssehub.easy.varModel.model.datatypes that implement IDecisionVariableContainerModifier and TypeClassDescriptionclassA compound type groups multiple types into a single named unit. -
Uses of IDecisionVariableContainer in net.ssehub.easy.varModel.model.values
Methods in net.ssehub.easy.varModel.model.values with parameters of type IDecisionVariableContainerModifier and TypeMethodDescriptionprivate booleanCompoundValue.checkAssignments(IDecisionVariableContainer container, CompoundValue otherValue, boolean ignoreUndefinedInObject) Checks the assignments for equality.private booleanCompoundValue.checkElements(IDecisionVariableContainer container, CompoundValue otherValue, boolean ignoreUndefinedInObject) Checks the elements for equality.private voidCompoundValue.initialize(IDecisionVariableContainer container, Map<String, Object> initialValues) Initializes a variable container. -
Uses of IDecisionVariableContainer in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type IDecisionVariableContainerModifier and TypeMethodDescriptionprivate intIVMLWriter.visitCompoundDecisionVariableContainer(IDecisionVariableContainer cont, CompoundValue value, int printed, Set<String> done) Visits a compound decision variable container for output of configuration values.