Uses of Class
net.ssehub.easy.varModel.model.values.BooleanValue
-
Packages that use BooleanValue Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.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 BooleanValue in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type BooleanValue Modifier and Type Method Description voidValueVisitor. visitBooleanValue(BooleanValue value) -
Uses of BooleanValue in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type BooleanValue Modifier and Type Method Description voidCheckInitializerVisitor. visitBooleanValue(BooleanValue value) -
Uses of BooleanValue in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as BooleanValue Modifier and Type Field Description private BooleanValueContainerIterators.CollectIteratorEvaluator. conditionMethods in net.ssehub.easy.varModel.cstEvaluation that return BooleanValue Modifier and Type Method Description BooleanValueContainerIterators.CollectIteratorEvaluator. aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, java.util.Map<java.lang.Object,java.lang.Object> data)BooleanValueContainerIterators.NumberIteratorEvaluator. aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, java.util.Map<java.lang.Object,java.lang.Object> data)Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type BooleanValue Modifier and Type Method Description voidConstantValueResolver. visitBooleanValue(BooleanValue value)Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type BooleanValue Constructor Description 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 BooleanValue Modifier and Type Method Description voidValueCopy. 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 BooleanValue Modifier and Type Field Description static BooleanValueBooleanValue. FALSEstatic BooleanValueBooleanValue. TRUEMethods in net.ssehub.easy.varModel.model.values that return BooleanValue Modifier and Type Method Description static BooleanValueBooleanValue. toBooleanValue(boolean value)Converts a Java boolean into an IVML boolean value.static BooleanValueBooleanValue. toBooleanValue(java.lang.String value)Converts a String ("true", "false") into an IVML boolean value.static BooleanValueBooleanValue. toBooleanValueEx(java.lang.String value)Converts a String ("true", "false") into an IVML boolean value.Methods in net.ssehub.easy.varModel.model.values with parameters of type BooleanValue Modifier and Type Method Description voidIValueVisitor. 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 Modifier and Type Method Description voidIVMLWriter. visitBooleanValue(BooleanValue value) -
Uses of BooleanValue in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type BooleanValue Modifier and Type Method Description voidIvmlValidationVisitor. visitBooleanValue(BooleanValue value)
-