Navigation

thermodynamic_temperature_measure_with_unit

EXPRESS specification:

ENTITY thermodynamic_temperature_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRT1  :  'STRUCTURAL_FRAME_SCHEMA.THERMODYNAMIC_TEMPERATURE_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRT2  :  'STRUCTURAL_FRAME_SCHEMA.THERMODYNAMIC_TEMPERATURE_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (4):

Name Type Referred through Express-G
measure_with_unit Entity
Subtype
No Diagram
surface_treatment_thermal Entity
Attribute 'initial_temperature'
Attribute 'final_temperature'
Attribute 'maximum_temperature'
No Diagram

Inheritance graph

ENTITY thermodynamic_temperature_measure_with_unit;
ENTITY measure_with_unit;
value_component  :  measure_value;
unit_component  :  unit;
ENTITY thermodynamic_temperature_measure_with_unit;
END_ENTITY;