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- |
public interface EDecision_point extends EAction_method_to_select_from, ETask_element |
public class CDecision_point implements EDecision_pointstatic EAttribute attributeNumber_of_elements(EDecision_point type)static EAttribute attributePurpose(EDecision_point type) |
public class ADecision_point extends AEntitypublic EDecision_point getByIndex(int index)public EDecision_point getCurrentMember(SdaiIterator it) |