|
ENTITY Task_element_relationship SUBTYPE OF (Activity_method_relationship); SELF\Activity_method_relationship.relating_method : Task_element; SELF\Activity_method_relationship.related_method : Task_element; END_ENTITY; -- Task_element_relationship |
Entity data types and their attributesActivity_method_relationshipname: STRING; (OPT) description: STRING; relating_method: Activity_method; related_method: Activity_method; Task_element_relationship (RT) relating_method: Task_element; (RT) related_method: Task_element; |
| Element_constraint (Task_specification_arm) |
| Task_step_hierarchy (Extended_task_element_arm) |
Global rules for this entity data type- |