|
ENTITY Generic_expression ABSTRACT SUPERTYPE OF (ONEOF (Simple_generic_expression, Unary_generic_expression, Binary_generic_expression, Multiple_arity_generic_expression)); WHERE WR1: Is_Acyclic(SELF); END_ENTITY; -- Generic_expression |
Entity data types and their attributesGeneric_expression- |
| Binary_generic_expression (Generic_expression_arm) |
| Expression (Expression_arm) |
| Multiple_arity_generic_expression (Generic_expression_arm) |
| Simple_generic_expression (Generic_expression_arm) |
| Unary_generic_expression (Generic_expression_arm) |
Global rules for this entity data type- |