Navigation

joint_system_complex

EXPRESS specification:

ENTITY joint_system_complex
SUBTYPE OF ( joint_system);
systems  :  LIST [1:?] OF joint_system;
WHERE
WRJ2  :  SIZEOF(QUERY(joint <* systems | joint :=: (SELF)) ) = 0;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY joint_system_complex;
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 joint_system;
place_of_assembly  :  OPTIONAL shop_or_site;
DERIVE
joint_system_number  :  INTEGER :=  SELF\structural_frame_item.item_number;
joint_system_name  :  label :=  SELF\structural_frame_item.item_name;
design_uses  :  SET OF design_joint_system :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.DESIGN_JOINT_SYSTEM.DESIGN_JOINT_SYSTEM_SPEC'));
physical_uses  :  SET OF located_joint_system :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_JOINT_SYSTEM.DESCRIPTIVE_JOINT_SYSTEM'));
ENTITY joint_system_complex;
systems  :  LIST [1:?] OF joint_system;
END_ENTITY;