ENTITY flow_equation_set SUBTYPE OF (mbna_equation_set); SELF\mbna_equation_set.equations : fd_governing_equation; fd_models : SET [0:?] OF fd_behaviour_models; END_ENTITY; -- flow_equation_set |
Entity data types and their attributesnumerical_modelanalysis_type: text; creating_software: text; description: text; id: identifier; intended_analysis_code: SET [0:?] OF text; model_product_domain temporal_parts: SET [0:?] OF model_action_domain; mbna_equation - mbna_equation_set dimension: INTEGER; equations: mbna_governing_equation; mbna_models: SET [0:?] OF mbna_behaviour_models; flow_equation_set (RT) equations: fd_governing_equation; fd_models: SET [0:?] OF fd_behaviour_models; |
Global rules for this entity data type- |
public interface EFlow_equation_set extends EMbna_equation_setfd_models (explicit attribute)boolean testFd_models(EFlow_equation_set type)AFd_behaviour_models getFd_models(EFlow_equation_set type) AFd_behaviour_models createFd_models(EFlow_equation_set type) void unsetFd_models(EFlow_equation_set type) |
public class CFlow_equation_set implements EFlow_equation_setstatic EAttribute attributeFd_models(EFlow_equation_set type)static int usedinFd_models(EFlow_equation_set type, EEntity instance, ASdaiModel domain, AFlow_equation_set result) |
public class AFlow_equation_set extends AEntitypublic EFlow_equation_set getByIndex(int index)public EFlow_equation_set getCurrentMember(SdaiIterator it) |