Uses of Class
net.ssehub.easy.varModel.model.values.ConstraintValue
Packages that use ConstraintValue
Package
Description
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 ConstraintValue in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ConstraintValueModifier and TypeMethodDescriptionvoidConstantValueResolver.visitConstraintValue(ConstraintValue value) -
Uses of ConstraintValue in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ConstraintValueModifier and TypeMethodDescriptionvoidValueCopy.visitConstraintValue(ConstraintValue value) voidValueCopyVisitor.visitConstraintValue(ConstraintValue value) -
Uses of ConstraintValue in net.ssehub.easy.varModel.model.values
Methods in net.ssehub.easy.varModel.model.values with parameters of type ConstraintValueModifier and TypeMethodDescriptionvoidIValueVisitor.visitConstraintValue(ConstraintValue value) This method is used for visiting ConstraintValue.voidValueVisitorAdapter.visitConstraintValue(ConstraintValue value) -
Uses of ConstraintValue in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ConstraintValueModifier and TypeMethodDescriptionvoidAbstractVarModelWriter.visitConstraintValue(ConstraintValue value) -
Uses of ConstraintValue in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type ConstraintValueModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitConstraintValue(ConstraintValue value)