Navigation

structural_frame_product

EXPRESS specification:

ENTITY structural_frame_product
SUPERTYPE OF (ONEOF(assembly, coating, part, fastener, fastener_mechanism, weld_mechanism, chemical_mechanism) ANDOR structural_frame_product_with_material)
SUBTYPE OF ( structural_frame_item);
life_cycle_stage  :  OPTIONAL label;
END_ENTITY;

References (11):

Name Type Referred through Express-G
assembly Entity
Supertype
No Diagram
chemical_mechanism Entity
Supertype
No Diagram
coating Entity
Supertype
No Diagram
fastener Entity
Supertype
No Diagram
fastener_mechanism Entity
Supertype
No Diagram
loaded_product Entity
Attribute 'product'
No Diagram
part Entity
Supertype
No Diagram
product_item_select Select
Select relation
No Diagram
structural_frame_item Entity
Subtype
No Diagram
structural_frame_product_with_material Entity
Supertype
No Diagram
weld_mechanism Entity
Supertype
No Diagram

Inheritance graph

ENTITY structural_frame_product;
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 structural_frame_product;
life_cycle_stage  :  OPTIONAL label;
END_ENTITY;