Overview Schemas Index

HIERARCHY_SCHEMA (jsdai.SHierarchy_schema)


ENTITY mbna_model
          SUBTYPE OF (model_product_domain);
          SELF\model_product_domain.temporal_parts : LIST [0:?] OF mbna_step;
          equations : SET [0:?] OF mbna_equation_set;
INVERSE
          history : SET [0:?] OF mbna_history FOR domain;
END_ENTITY; -- mbna_model

Entity data types and their attributes

numerical_model
          id: identifier;
          name: label;
          description: text;
          creating_software: text;
          intended_analysis_code: SET [1:?] OF text;
          analysis_type: text;
model_product_domain
          temporal_parts: LIST [0:?] OF model_action_domain;
mbna_model
          (RT) temporal_parts: LIST [0:?] OF mbna_step;
          equations: SET [0:?] OF mbna_equation_set;
          (INV) history: SET [0:?] OF mbna_history FOR domain;

Users: by entity attributes

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_model

Users: by defined types, not used by any entity attribute

mbna_model
          -

Global rules for this entity data type

          -

public interface EMbna_model extends EModel_product_domain

equations (explicit attribute)

          boolean testEquations(EMbna_model type)
          AMbna_equation_set getEquations(EMbna_model type)
          AMbna_equation_set createEquations(EMbna_model type)
          void unsetEquations(EMbna_model type)

history (inverse attribute)

          AMbna_history getHistory(EMbna_model type, ASdaiModel domain)

public class CMbna_model implements EMbna_model

          static EAttribute attributeEquations(EMbna_model type)
          static int usedinEquations(EMbna_model type, EMbna_equation_set instance, ASdaiModel domain, AMbna_model result)
          static EAttribute attributeHistory(EMbna_model type)

public class AMbna_model extends AEntity

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