|
ENTITY decision_point SUBTYPE OF (action_method_to_select_from, task_element); DERIVE SELF\action_method_to_select_from.number_of_elements : count_measure := 1; SELF\action_method.purpose : text := 'decision'; END_ENTITY; -- decision_point |
Entity data types and their attributesaction_methodname: label; (OPT) description: text; consequence: text; purpose: text; action_method_to_select_from number_of_elements: count_measure; task_element - decision_point (RT) (DER) number_of_elements: count_measure; (RT) (DER) purpose: text; |
Global rules for this entity data type- |