ENTITY prgm_characterizable_risk_estimation SUBTYPE OF (risk_estimation, characterized_object); END_ENTITY; -- prgm_characterizable_risk_estimation |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; risk_estimation inputs: SET [0:?] OF risk_perception_context; outputs: SET [1:?] OF risk_estimation_select; characterized_object name: label; (OPT) description: text; prgm_characterizable_risk_estimation - |
Global rules for this entity data type- |
public interface EPrgm_characterizable_risk_estimation extends ERisk_estimation, ECharacterized_object |
public class CPrgm_characterizable_risk_estimation implements EPrgm_characterizable_risk_estimation |
public class APrgm_characterizable_risk_estimation extends AEntitypublic EPrgm_characterizable_risk_estimation getByIndex(int index)public EPrgm_characterizable_risk_estimation getCurrentMember(SdaiIterator it) |