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- |
public interface EMbna_model extends EModel_product_domainequations (explicit attribute)boolean testEquations(EMbna_model type)AMbna_equation_set getEquations(EMbna_model type) AMbna_equation_set createEquations(EMbna_model type) void unsetEquations(EMbna_model type) history (inverse attribute)AMbna_history getHistory(EMbna_model type, ASdaiModel domain) |
public class CMbna_model implements EMbna_modelstatic EAttribute attributeEquations(EMbna_model type)static int usedinEquations(EMbna_model type, EMbna_equation_set instance, ASdaiModel domain, AMbna_model result) static EAttribute attributeHistory(EMbna_model type) |
public class AMbna_model extends AEntitypublic EMbna_model getByIndex(int index)public EMbna_model getCurrentMember(SdaiIterator it) |