|
ENTITY Concurrent_elements SUBTYPE OF (Structured_task_element); elements : SET [2:?] OF Task_element; END_ENTITY; -- Concurrent_elements |
Entity data types and their attributesActivity_methodname: STRING; (OPT) description: STRING; (OPT) consequence: STRING; purpose: STRING; Task_element - Structured_task_element - Concurrent_elements elements: SET [2:?] OF Task_element; |
| Simultaneous_elements (Task_specification_arm) |
Global rules for this entity data type- |