Navigation

assembly

EXPRESS specification:

ENTITY assembly
ABSTRACT SUPERTYPE OF (ONEOF(assembly_design, assembly_manufacturing) ANDOR assembly_with_shape)
SUBTYPE OF ( structural_frame_product);
assembly_sequence_number  :  OPTIONAL INTEGER;
complexity  :  OPTIONAL complexity_level;
DERIVE
uses  :  SET OF located_assembly :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_ASSEMBLY.DESCRIPTIVE_ASSEMBLY'));
END_ENTITY;

References (11):

Name Type Referred through Express-G
analysis_model_mapping Entity
Attribute 'represented_assemblies'
No Diagram
assembly_design Entity
Supertype
No Diagram
assembly_manufacturing Entity
Supertype
No Diagram
assembly_map Entity
Attribute 'represented_assembly'
No Diagram
assembly_relationship Entity
Attribute 'related_assembly'
Attribute 'relating_assembly'
No Diagram
assembly_with_shape Entity
Supertype
No Diagram
located_assembly Entity
Attribute 'descriptive_assembly'
No Diagram
located_feature_for_assembly Entity
Attribute 'modified_assembly'
No Diagram
select_project_definition_item Select
Select relation
No Diagram
structural_frame_product Entity
Subtype
No Diagram

Inheritance graph

ENTITY assembly;
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;
ENTITY assembly;
assembly_sequence_number  :  OPTIONAL INTEGER;
complexity  :  OPTIONAL complexity_level;
DERIVE
uses  :  SET OF located_assembly :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_ASSEMBLY.DESCRIPTIVE_ASSEMBLY'));
END_ENTITY;