Overview Schemas Index

analysis_schema         


ENTITY numerical_model;
          id : identifier;
          name : label;
          description : text;
          creating_software : text;
          intended_analysis_code : SET [1:?] OF text;
          analysis_type : text;
WHERE
          wr1: temporal_spatial_domain_for_model(SELF);
END_ENTITY; -- numerical_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;

Known subtypes

          model_action_domain (analysis_schema)
          model_product_domain (analysis_schema)
          model_state_domain (analysis_schema)

Known subtype constraints

          sc1_numerical_model (analysis_schema)

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

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

numerical_model
          -

Global rules for this entity data type

          -