|
ENTITY risk_estimation SUBTYPE OF (action); inputs : SET [0:?] OF risk_perception_context; outputs : SET [1:?] OF risk_estimation_select; END_ENTITY; -- 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; |
Global rules for this entity data type- |