Uses of Class
net.ssehub.easy.varModel.model.values.ReferenceValue
Packages that use ReferenceValue
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 ReferenceValue in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel with type parameters of type ReferenceValueModifier and TypeFieldDescriptionprivate Map<IDatatype, Map<IDecisionVariable, ReferenceValue>> Configuration.allInstances -
Uses of ReferenceValue in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ReferenceValueModifier and TypeMethodDescriptionvoidConstantValueResolver.visitReferenceValue(ReferenceValue referenceValue) -
Uses of ReferenceValue in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ReferenceValueModifier and TypeMethodDescriptionvoidValueCopy.visitReferenceValue(ReferenceValue referenceValue) voidValueCopyVisitor.visitReferenceValue(ReferenceValue referenceValue) -
Uses of ReferenceValue in net.ssehub.easy.varModel.model.values
Methods in net.ssehub.easy.varModel.model.values with parameters of type ReferenceValueModifier and TypeMethodDescriptionvoidIValueVisitor.visitReferenceValue(ReferenceValue referenceValue) This method is used for visiting referenceValue.voidValueVisitorAdapter.visitReferenceValue(ReferenceValue referenceValue) -
Uses of ReferenceValue in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ReferenceValueModifier and TypeMethodDescriptionvoidIVMLWriter.visitReferenceValue(ReferenceValue referenceValue) -
Uses of ReferenceValue in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type ReferenceValueModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitReferenceValue(ReferenceValue referenceValue)