|
ENTITY Decision_point SUBTYPE OF (Structured_task_element); condition : Condition; true_case_element : OPTIONAL Task_element; false_case_element : OPTIONAL Task_element; unknown_case_element : OPTIONAL Task_element; END_ENTITY; -- Decision_point |
Entity data types and their attributesActivity_methodname: STRING; (OPT) description: STRING; (OPT) consequence: STRING; purpose: STRING; Task_element - Structured_task_element - Decision_point condition: Condition; (OPT) true_case_element: Task_element; (OPT) false_case_element: Task_element; (OPT) unknown_case_element: Task_element; |
Global rules for this entity data type- |