ENTITY risk_identification_inputs SUBTYPE OF (applied_action_assignment); SELF\action_assignment.assigned_action : risk_identification; SELF\applied_action_assignment.items : SET [1:?] OF risk_perception_source_item; WHERE wr1: SELF\action_assignment.role.name = 'risk_identification_input'; END_ENTITY; -- risk_identification_inputs |
Entity data types and their attributesaction_assignmentassigned_action: action; (DER) role: object_role; applied_action_assignment items: SET [1:?] OF action_items; risk_identification_inputs (RT) assigned_action: risk_identification; (RT) items: SET [1:?] OF risk_perception_source_item; |
Global rules for this entity data type- |
public interface ERisk_identification_inputs extends EApplied_action_assignment |
public class CRisk_identification_inputs implements ERisk_identification_inputs |
public class ARisk_identification_inputs extends AEntitypublic ERisk_identification_inputs getByIndex(int index)public ERisk_identification_inputs getCurrentMember(SdaiIterator it) |