ENTITY risk_level SUBTYPE OF (property_definition); SELF\property_definition.definition : risk_perception_characterized_object; END_ENTITY; -- risk_level |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; risk_level (RT) definition: risk_perception_characterized_object; |
Global rules for this entity data type- |
public interface ERisk_level extends EProperty_definition |
public class CRisk_level implements ERisk_level |
public class ARisk_level extends AEntitypublic ERisk_level getByIndex(int index)public ERisk_level getCurrentMember(SdaiIterator it) |