Navigation

time_measure_with_unit

EXPRESS specification:

ENTITY time_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRT4  :  'STRUCTURAL_FRAME_SCHEMA.TIME_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRT5  :  'STRUCTURAL_FRAME_SCHEMA.TIME_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (6):

Name Type Referred through Express-G
applied_load_dynamic Entity
Attribute 'load_duration'
No Diagram
measure_with_unit Entity
Subtype
No Diagram
project_plan_item Entity
Attribute 'item_duration'
No Diagram
surface_treatment_thermal_timed Entity
Attribute 'time_to_maximum'
Attribute 'time_at_maximum'
Attribute 'time_to_final'
No Diagram

Inheritance graph

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