Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


ENTITY gas_model
          SUBTYPE OF (mbna_behaviour_model);
          model_type : gas_model_type;
END_ENTITY; -- gas_model

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;
mbna_equation
          -
mbna_behaviour_model
          (INV) data: SET [0:?] OF model_property_distribution FOR domain;
gas_model
          model_type: gas_model_type;

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
mbna_equation
mbna_behaviour_model
gas_model
          flow_equation_set.fd_models
                    fd_behaviour_models

Global rules for this entity data type

          -

public interface EGas_model extends EMbna_behaviour_model

model_type (explicit attribute)

          boolean testModel_type(EGas_model type)
          int getModel_type(EGas_model type)
          void setModel_type(EGas_model type, int value)
          void unsetModel_type(EGas_model type)

public class CGas_model implements EGas_model

          static EAttribute attributeModel_type(EGas_model type)

public class AGas_model extends AEntity

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