Navigation

located_joint_system

EXPRESS specification:

ENTITY located_joint_system
SUBTYPE OF ( located_item);
descriptive_joint_system  :  joint_system;
parent_assembly  :  located_assembly;
DERIVE
features  :  SET OF located_feature_joint_dependent :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE_JOINT_DEPENDENT.FEATURE_FOR_JOINT'));
UNIQUE
URL8  :  location, descriptive_joint_system, parent_assembly;
WHERE
WRL28  :  SELF\located_item.location.coord_system_use = 'Joint System Coordinate System';
WRL29  :  'STRUCTURAL_FRAME_SCHEMA.COORD_SYSTEM_CHILD' IN TYPEOF (SELF\located_item.location);
WRL30  :  'STRUCTURAL_FRAME_SCHEMA.ASSEMBLY_MANUFACTURING' IN TYPEOF (parent_assembly.descriptive_assembly);
WRL31  :  SELF\located_item.location.parent_coord_system :=: parent_assembly\located_assembly\located_item.location;
END_ENTITY;

References (5):

Name Type Referred through Express-G
assembly_component_select Select
Select relation
No Diagram
joint_system Entity
Attribute 'physical_uses'
No Diagram
located_feature_joint_dependent Entity
Attribute 'feature_for_joint'
No Diagram
located_item Entity
Subtype
No Diagram
located_part_joint Entity
Attribute 'required_joints'
No Diagram

Inheritance graph

ENTITY located_joint_system;
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 located_item;
location  :  coord_system;
ENTITY located_joint_system;
descriptive_joint_system  :  joint_system;
parent_assembly  :  located_assembly;
DERIVE
features  :  SET OF located_feature_joint_dependent :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE_JOINT_DEPENDENT.FEATURE_FOR_JOINT'));
END_ENTITY;