|
ENTITY mbna_step SUBTYPE OF (model_action_domain); SELF\model_action_domain.final : mbna_state; equations : SET [0:?] OF mbna_equation_set; refstate : SET [0:?] OF mbna_reference_state; zones : LIST [0:?] OF mbna_zone; INVERSE history : SET [0:?] OF mbna_history FOR domain; END_ENTITY; -- mbna_step |
Entity data types and their attributesnumerical_modelid: identifier; name: label; description: text; creating_software: text; intended_analysis_code: SET [1:?] OF text; analysis_type: text; model_action_domain initial: model_state_domain; final: model_state_domain; mbna_step (RT) final: mbna_state; equations: SET [0:?] OF mbna_equation_set; refstate: SET [0:?] OF mbna_reference_state; zones: LIST [0:?] OF mbna_zone; (INV) history: SET [0:?] OF mbna_history FOR domain; |
| fd_step (hierarchy_schema) |
Global rules for this entity data type- |