Navigation

section_profile_simple

EXPRESS specification:

ENTITY section_profile_simple
ABSTRACT SUPERTYPE OF (ONEOF(section_profile_i_type, section_profile_t_type, section_profile_channel, section_profile_angle, section_profile_circle, section_profile_rectangle))
SUBTYPE OF ( section_profile);
END_ENTITY;

References (7):

Name Type Referred through Express-G
section_profile Entity
Subtype
No Diagram
section_profile_angle Entity
Supertype
No Diagram
section_profile_channel Entity
Supertype
No Diagram
section_profile_circle Entity
Supertype
No Diagram
section_profile_i_type Entity
Supertype
No Diagram
section_profile_rectangle Entity
Supertype
No Diagram
section_profile_t_type Entity
Supertype
No Diagram

Inheritance graph

ENTITY section_profile_simple;
ENTITY structural_frame_item;
item_number  :  INTEGER;
item_name  :  label;
item_description  :  OPTIONAL text;
DERIVE
item_ref  :  BAG OF identifier :=  get_item_ref(SELF);
cost_code  :  BAG OF label :=  get_item_cost_code(SELF);
object_id  :  globally_unique_id :=  get_instance_id(SELF);
ENTITY section_profile;
section_classification  :  OPTIONAL label;
cardinal_point  :  cardinal_point_ref;
mirrored  :  LOGICAL;
DERIVE
section_ref  :  BAG OF identifier :=  SELF\structural_frame_item.item_ref;
ENTITY section_profile_simple;
END_ENTITY;