|
ENTITY Abstract_variable ABSTRACT SUPERTYPE OF (ONEOF (Scalar_variable, Row_variable)); name : STRING; scope : scope_select; UNIQUE UR1 : name, scope; END_ENTITY; -- Abstract_variable |
Entity data types and their attributesAbstract_variablename: STRING; scope: scope_select; |
| Row_variable (Production_rule_arm) |
| Scalar_variable (Production_rule_arm) |
Users: by entity attributesAbstract_variableGlobal_assignment.variable Users: by defined types, not used by any entity attributeAbstract_variable- |
Global rules for this entity data type- |