Overview Schemas Index

ANALYSIS_SCHEMA (jsdai.SAnalysis_schema)


ENTITY model_product_domain
          SUBTYPE OF (numerical_model);
          temporal_parts : SET [0:?] OF model_action_domain;
END_ENTITY; -- model_product_domain

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;

Known subtypes

          mbna_equation (EQUATIONS_SCHEMA)
          model_product_domain_with_mesh (ANALYSIS_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

Global rules for this entity data type

          -

public interface EModel_product_domain extends ENumerical_model

temporal_parts (explicit attribute)

          boolean testTemporal_parts(EModel_product_domain type)
          AModel_action_domain getTemporal_parts(EModel_product_domain type)
          AModel_action_domain createTemporal_parts(EModel_product_domain type)
          void unsetTemporal_parts(EModel_product_domain type)

public class CModel_product_domain implements EModel_product_domain

          static EAttribute attributeTemporal_parts(EModel_product_domain type)
          static int usedinTemporal_parts(EModel_product_domain type, EModel_action_domain instance, ASdaiModel domain, AModel_product_domain result)

public class AModel_product_domain extends AEntity

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