Navigation

analysis_model_child

EXPRESS specification:

ENTITY analysis_model_child
SUBTYPE OF ( analysis_model);
parent_model  :  analysis_model;
WHERE
WRA6  :  parent_model :<>: (SELF);
WRA7  :  SELF\analysis_model.coordinate_space_dimension <= parent_model.coordinate_space_dimension;
END_ENTITY;

References (1):

Name Type Referred through Express-G
analysis_model Entity
Subtype
No Diagram

Inheritance graph

ENTITY analysis_model_child;
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;
ENTITY analysis_model_child;
parent_model  :  analysis_model;
END_ENTITY;