Overview Schemas Index

ANALYSIS_SCHEMA (jsdai.SAnalysis_schema)


ENTITY numerical_model;
          analysis_type : text;
          creating_software : text;
          description : text;
          id : identifier;
          intended_analysis_code : SET [0:?] OF text;
END_ENTITY; -- numerical_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;

Known subtypes

          mbna_model (HIERARCHY_SCHEMA)
          model_action_domain (ANALYSIS_SCHEMA)
          model_product_domain (ANALYSIS_SCHEMA)
          model_state_domain (ANALYSIS_SCHEMA)

Known subtype constraints

          sc1_numerical_model (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

Global rules for this entity data type

          -

public interface ENumerical_model extends EEntity

analysis_type (explicit attribute)

          boolean testAnalysis_type(ENumerical_model type)
          String getAnalysis_type(ENumerical_model type)
          void setAnalysis_type(ENumerical_model type, String value)
          void unsetAnalysis_type(ENumerical_model type)

creating_software (explicit attribute)

          boolean testCreating_software(ENumerical_model type)
          String getCreating_software(ENumerical_model type)
          void setCreating_software(ENumerical_model type, String value)
          void unsetCreating_software(ENumerical_model type)

description (explicit attribute)

          boolean testDescription(ENumerical_model type)
          String getDescription(ENumerical_model type)
          void setDescription(ENumerical_model type, String value)
          void unsetDescription(ENumerical_model type)

id (explicit attribute)

          boolean testId(ENumerical_model type)
          String getId(ENumerical_model type)
          void setId(ENumerical_model type, String value)
          void unsetId(ENumerical_model type)

intended_analysis_code (explicit attribute)

          boolean testIntended_analysis_code(ENumerical_model type)
          A_String getIntended_analysis_code(ENumerical_model type)
          A_String createIntended_analysis_code(ENumerical_model type)
          void unsetIntended_analysis_code(ENumerical_model type)

public class CNumerical_model implements ENumerical_model

          static EAttribute attributeAnalysis_type(ENumerical_model type)
          static EAttribute attributeCreating_software(ENumerical_model type)
          static EAttribute attributeDescription(ENumerical_model type)
          static EAttribute attributeId(ENumerical_model type)
          static EAttribute attributeIntended_analysis_code(ENumerical_model type)

public class ANumerical_model extends AEntity

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