|
ENTITY mbna_model SUBTYPE OF (model_product_domain); SELF\model_product_domain.temporal_parts : LIST [0:?] OF mbna_step; equations : SET [0:?] OF mbna_equation_set; INVERSE history : SET [0:?] OF mbna_history FOR domain; END_ENTITY; -- mbna_model |
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_product_domain temporal_parts: LIST [0:?] OF model_action_domain; mbna_model (RT) temporal_parts: LIST [0:?] OF mbna_step; equations: SET [0:?] OF mbna_equation_set; (INV) history: SET [0:?] OF mbna_history FOR domain; |
Global rules for this entity data type- |