ENTITY contained_estimation SUBTYPE OF (risk_activity_structure); SELF\risk_activity_structure.parent : risk_analysis; SELF\risk_activity_structure.child : risk_estimation; END_ENTITY; -- contained_estimation |
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_estimation (RT) parent: risk_analysis; (RT) child: risk_estimation; |
Global rules for this entity data type- |
public interface EContained_estimation extends ERisk_activity_structure |
public class CContained_estimation implements EContained_estimation |
public class AContained_estimation extends AEntitypublic EContained_estimation getByIndex(int index)public EContained_estimation getCurrentMember(SdaiIterator it) |