ENTITY model_product_domain_with_mesh SUBTYPE OF (model_product_domain); model_mesh : mesh; END_ENTITY; -- model_product_domain_with_mesh |
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; model_product_domain_with_mesh model_mesh: mesh; |
mbna_zone (HIERARCHY_SCHEMA) |
Global rules for this entity data type- |
public interface EModel_product_domain_with_mesh extends EModel_product_domainmodel_mesh (explicit attribute)boolean testModel_mesh(EModel_product_domain_with_mesh type)EMesh getModel_mesh(EModel_product_domain_with_mesh type) void setModel_mesh(EModel_product_domain_with_mesh type, EMesh value) void unsetModel_mesh(EModel_product_domain_with_mesh type) |
public class CModel_product_domain_with_mesh implements EModel_product_domain_with_meshstatic EAttribute attributeModel_mesh(EModel_product_domain_with_mesh type)static int usedinModel_mesh(EModel_product_domain_with_mesh type, EMesh instance, ASdaiModel domain, AModel_product_domain_with_mesh result) |
public class AModel_product_domain_with_mesh extends AEntitypublic EModel_product_domain_with_mesh getByIndex(int index)public EModel_product_domain_with_mesh getCurrentMember(SdaiIterator it) |