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