ENTITY prgm_characterizable_risk_reduction SUBTYPE OF (risk_reduction, characterized_object); END_ENTITY; -- prgm_characterizable_risk_reduction |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; risk_reduction (RT) chosen_method->approach: risk_treatment; resolves: SET [1:?] OF mitigation_select; (OPT) risk_evaluation: risk_evaluation; characterized_object name: label; (OPT) description: text; prgm_characterizable_risk_reduction - |
Global rules for this entity data type- |
public interface EPrgm_characterizable_risk_reduction extends ERisk_reduction, ECharacterized_object |
public class CPrgm_characterizable_risk_reduction implements EPrgm_characterizable_risk_reduction |
public class APrgm_characterizable_risk_reduction extends AEntitypublic EPrgm_characterizable_risk_reduction getByIndex(int index)public EPrgm_characterizable_risk_reduction getCurrentMember(SdaiIterator it) |