ENTITY risk_treatment SUBTYPE OF (action); SELF\action.chosen_method : risk_measure; END_ENTITY; -- risk_treatment |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; risk_treatment (RT) chosen_method: risk_measure; |
Global rules for this entity data type- |
public interface ERisk_treatment extends EAction |
public class CRisk_treatment implements ERisk_treatment |
public class ARisk_treatment extends AEntitypublic ERisk_treatment getByIndex(int index)public ERisk_treatment getCurrentMember(SdaiIterator it) |