|
ENTITY Not_expression SUBTYPE OF (Unary_boolean_expression); SELF\Unary_generic_expression.operand : Boolean_expression; END_ENTITY; -- Not_expression |
Entity data types and their attributesGeneric_expression- Expression - Boolean_expression - Unary_generic_expression operand: Generic_expression; Unary_boolean_expression - Not_expression (RT) operand: Boolean_expression; |
Global rules for this entity data type- |