Navigation

analysis_model

EXPRESS specification:

ENTITY analysis_model
SUPERTYPE OF (ONEOF(analysis_model_2d, analysis_model_3d) ANDOR analysis_model_located ANDOR analysis_model_child);
model_name  :  label;
model_description  :  OPTIONAL text;
model_type  :  frame_type;
method_of_analysis  :  OPTIONAL analysis_method;
coordinate_space_dimension  :  dimension_count;
INVERSE
component_elements  :  SET [1:?] OF element FOR parent_model;
component_nodes  :  SET [2:?] OF node FOR parent_model;
END_ENTITY;

References (12):

Name Type Referred through Express-G
analysis_model_2d Entity
Supertype
No Diagram
analysis_model_3d Entity
Supertype
No Diagram
analysis_model_child Entity
Supertype
Attribute 'parent_model'
No Diagram
analysis_model_located Entity
Supertype
No Diagram
analysis_model_mapping Entity
Attribute 'mapped_analysis_model'
No Diagram
analysis_model_relationship Entity
Attribute 'relating_model'
Attribute 'related_model'
No Diagram
element Entity
Attribute 'parent_model'
No Diagram
loading_combination Entity
Attribute 'loaded_model'
No Diagram
node Entity
Attribute 'parent_model'
No Diagram
select_analysis_model_item Select
Select relation
No Diagram

Inheritance graph

ENTITY analysis_model;
ENTITY analysis_model;
model_name  :  label;
model_description  :  OPTIONAL text;
model_type  :  frame_type;
method_of_analysis  :  OPTIONAL analysis_method;
coordinate_space_dimension  :  dimension_count;
INVERSE
component_elements  :  SET [1:?] OF element FOR parent_model;
component_nodes  :  SET [2:?] OF node FOR parent_model;
END_ENTITY;