Navigation

loading_combination

EXPRESS specification:

ENTITY loading_combination;
loading_combination_name  :  label;
loading_combination_description  :  OPTIONAL text;
loaded_model  :  OPTIONAL analysis_model;
DERIVE
cases  :  SET [1:?] OF load_combination_occurrence :=  bag_to_set 
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.LOAD_COMBINATION_OCCURRENCE.PARENT_LOAD_COMBINATION'));
INVERSE
load_cases  :  SET [1:?] OF load_combination_occurrence FOR parent_load_combination;
END_ENTITY;

References (3):

Name Type Referred through Express-G
analysis_results_set_combined Entity
Attribute 'loading_combination_ref'
No Diagram
load_combination_occurrence Entity
Attribute 'parent_load_combination'
No Diagram
select_loading_item Select
Select relation
No Diagram

Inheritance graph

ENTITY loading_combination;
ENTITY loading_combination;
loading_combination_name  :  label;
loading_combination_description  :  OPTIONAL text;
loaded_model  :  OPTIONAL analysis_model;
DERIVE
cases  :  SET [1:?] OF load_combination_occurrence :=  bag_to_set 
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.LOAD_COMBINATION_OCCURRENCE.PARENT_LOAD_COMBINATION'));
INVERSE
load_cases  :  SET [1:?] OF load_combination_occurrence FOR parent_load_combination;
END_ENTITY;