Overview Schemas Index

ANALYSIS_SCHEMA (jsdai.SAnalysis_schema)


ENTITY model_state_domain
          SUBTYPE OF (numerical_model);
END_ENTITY; -- model_state_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_state_domain
          -

Known subtypes

          mbna_condition (CONDITIONS_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_state_domain
          model_action_domain.final
          model_action_domain.initial
          same_discretised_state_model.equivalent_records
                    discretised_state_model_select
          state_view_relationship.discretised_model
                    discretised_state_model_select

Global rules for this entity data type

          -

public interface EModel_state_domain extends ENumerical_model


public class CModel_state_domain implements EModel_state_domain


public class AModel_state_domain extends AEntity

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