ENTITY contained_identification SUBTYPE OF (risk_activity_structure); SELF\risk_activity_structure.parent : risk_analysis; SELF\risk_activity_structure.child : risk_identification; END_ENTITY; -- contained_identification |
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_identification (RT) parent: risk_analysis; (RT) child: risk_identification; |
Global rules for this entity data type- |
public interface EContained_identification extends ERisk_activity_structure |
public class CContained_identification implements EContained_identification |
public class AContained_identification extends AEntitypublic EContained_identification getByIndex(int index)public EContained_identification getCurrentMember(SdaiIterator it) |