Description
Boolean is an instance of PrimitiveType. In the metamodel, Boolean defines an enumeration that denotes a logical
condition. Its enumeration literals are:
It is used for boolean attribute and boolean expressions in the metamodel, such as OCL expression.
Attributes
No additional attributes.
Associations
No additional associations.
Constraints
No additional constraints.
Semantics
Boolean is an instance of PrimitiveType.
Notation
Boolean will appear as the type of attributes in the metamodel. Boolean instances will be values associated to slots, and
can have literally the following values: true, or false.
Examples