ENTITY risk_attitude SUBTYPE OF (property_definition_representation); SELF\property_definition_representation.definition : risk_level; SELF\property_definition_representation.used_representation RENAMED criticality_factor : representation; END_ENTITY; -- risk_attitude |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; risk_attitude (RT) definition: risk_level; (RT) used_representation->criticality_factor: representation; |
Global rules for this entity data type- |
public interface ERisk_attitude extends EProperty_definition_representation |
public class CRisk_attitude implements ERisk_attitude |
public class ARisk_attitude extends AEntitypublic ERisk_attitude getByIndex(int index)public ERisk_attitude getCurrentMember(SdaiIterator it) |