Navigation

chemical_mechanism

EXPRESS specification:

ENTITY chemical_mechanism
SUBTYPE OF ( structural_frame_product);
layer_thickness  :  positive_length_measure_with_unit;
layer_design_strength  :  OPTIONAL pressure_measure_with_unit;
layer_type  :  chemical_mechanism_type;
END_ENTITY;

References (3):

Name Type Referred through Express-G
joint_system_amorphous Entity
Attribute 'specification'
No Diagram
joint_system_chemical Entity
Attribute 'specification'
No Diagram
structural_frame_product Entity
Subtype
No Diagram

Inheritance graph

ENTITY chemical_mechanism;
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 chemical_mechanism;
layer_thickness  :  positive_length_measure_with_unit;
layer_design_strength  :  OPTIONAL pressure_measure_with_unit;
layer_type  :  chemical_mechanism_type;
END_ENTITY;