Navigation

located_item

EXPRESS specification:

ENTITY located_item
ABSTRACT SUPERTYPE OF (ONEOF(located_assembly, located_feature, located_joint_system, located_part, located_site, located_structure))
SUBTYPE OF ( structural_frame_item);
location  :  coord_system;
END_ENTITY;

References (8):

Name Type Referred through Express-G
located_assembly Entity
Supertype
No Diagram
located_feature Entity
Supertype
No Diagram
located_joint_system Entity
Supertype
No Diagram
located_part Entity
Supertype
No Diagram
located_site Entity
Supertype
No Diagram
located_structure Entity
Supertype
No Diagram
select_physical_item Select
Select relation
No Diagram
structural_frame_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY located_item;
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;
END_ENTITY;