Navigation

frequency_measure_with_unit

EXPRESS specification:

ENTITY frequency_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRF25  :  'STRUCTURAL_FRAME_SCHEMA.FREQUENCY_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRF26  :  'STRUCTURAL_FRAME_SCHEMA.FREQUENCY_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (3):

Name Type Referred through Express-G
applied_load_dynamic Entity
Attribute 'load_frequency'
No Diagram
measure_with_unit Entity
Subtype
No Diagram
reaction_dynamic Entity
Attribute 'natural_frequency'
No Diagram

Inheritance graph

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