ENTITY contained_treatments SUBTYPE OF (risk_activity_structure); SELF\risk_activity_structure.parent : risk_control; SELF\risk_activity_structure.child : risk_treatment; END_ENTITY; -- contained_treatments |
Entity data types and their attributesaction_relationshipname: label; (OPT) description: text; relating_action: action; related_action: action; risk_activity_structure (RT) relating_action->parent: risk_action; (RT) related_action->child: risk_action; contained_treatments (RT) parent: risk_control; (RT) child: risk_treatment; |
Global rules for this entity data type- |
public interface EContained_treatments extends ERisk_activity_structure |
public class CContained_treatments implements EContained_treatments |
public class AContained_treatments extends AEntitypublic EContained_treatments getByIndex(int index)public EContained_treatments getCurrentMember(SdaiIterator it) |