Overview Schemas Index

ANALYSIS_SCHEMA (jsdai.SAnalysis_schema)


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 attributes

numerical_model
          analysis_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;

Known subtypes

          mbna_zone (HIERARCHY_SCHEMA)

Users

numerical_model
          behavioural_decomposition_of_numerical_model.parts
          behavioural_decomposition_of_numerical_model.whole
          model_property_distribution.domain
          simulation_run.simulated
          spatial_decomposition_of_numerical_model.parts
          spatial_decomposition_of_numerical_model.whole
          view_relationship.view
model_product_domain
          product_view_relationship.discretised_model
                    discretised_product_model_select
model_product_domain_with_mesh
          grid_coordinates.domain

Global rules for this entity data type

          -

public interface EModel_product_domain_with_mesh extends EModel_product_domain

model_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_mesh

          static 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 AEntity

          public EModel_product_domain_with_mesh getByIndex(int index)
          public EModel_product_domain_with_mesh getCurrentMember(SdaiIterator it)