Uses of Class
net.ssehub.easy.varModel.model.values.ReferenceValue
-
Packages that use ReferenceValue Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.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.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.values Instances of the datatypes.net.ssehub.easy.varModel.persistency These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVMLnet.ssehub.easy.varModel.validation Classes for validating e variability model, e.g. -
-
Uses of ReferenceValue in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type ReferenceValue Modifier and Type Method Description voidValueVisitor. visitReferenceValue(ReferenceValue referenceValue) -
Uses of ReferenceValue in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel with type parameters of type ReferenceValue Modifier and Type Field Description private java.util.Map<IDatatype,java.util.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 ReferenceValue Modifier and Type Method Description voidConstantValueResolver. 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 ReferenceValue Modifier and Type Method Description voidValueCopy. 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 ReferenceValue Modifier and Type Method Description voidIValueVisitor. 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 ReferenceValue Modifier and Type Method Description voidIVMLWriter. visitReferenceValue(ReferenceValue referenceValue) -
Uses of ReferenceValue in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type ReferenceValue Modifier and Type Method Description voidIvmlValidationVisitor. visitReferenceValue(ReferenceValue referenceValue)
-