Uses of Class
net.ssehub.easy.varModel.model.values.BooleanValue
Packages that use BooleanValue
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 BooleanValue in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as BooleanValueModifier and TypeFieldDescriptionprivate BooleanValueContainerIterators.CollectIteratorEvaluator.conditionMethods in net.ssehub.easy.varModel.cstEvaluation that return BooleanValueModifier and TypeMethodDescriptionContainerIterators.CollectIteratorEvaluator.aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, Map<Object, Object> data) ContainerIterators.NumberIteratorEvaluator.aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, Map<Object, Object> data) Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type BooleanValueModifier and TypeMethodDescriptionvoidConstantValueResolver.visitBooleanValue(BooleanValue value) Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type BooleanValueModifierConstructorDescription(package private)CollectIteratorEvaluator(BooleanValue condition) Creates a collect iterator evaluator. -
Uses of BooleanValue in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type BooleanValueModifier and TypeMethodDescriptionvoidValueCopy.visitBooleanValue(BooleanValue value) voidValueCopyVisitor.visitBooleanValue(BooleanValue value) -
Uses of BooleanValue in net.ssehub.easy.varModel.model.values
Fields in net.ssehub.easy.varModel.model.values declared as BooleanValueModifier and TypeFieldDescriptionstatic final BooleanValueBooleanValue.FALSEstatic final BooleanValueBooleanValue.TRUEMethods in net.ssehub.easy.varModel.model.values that return BooleanValueModifier and TypeMethodDescriptionstatic final BooleanValueBooleanValue.toBooleanValue(boolean value) Converts a Java boolean into an IVML boolean value.static final BooleanValueBooleanValue.toBooleanValue(String value) Converts a String ("true", "false") into an IVML boolean value.static final BooleanValueBooleanValue.toBooleanValueEx(String value) Converts a String ("true", "false") into an IVML boolean value.Methods in net.ssehub.easy.varModel.model.values with parameters of type BooleanValueModifier and TypeMethodDescriptionvoidIValueVisitor.visitBooleanValue(BooleanValue value) This method is used for visiting BooleanValue.voidValueVisitorAdapter.visitBooleanValue(BooleanValue value) -
Uses of BooleanValue in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type BooleanValue -
Uses of BooleanValue in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type BooleanValueModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitBooleanValue(BooleanValue value)