Navigation

rotational_acceleration_unit

EXPRESS specification:

ENTITY rotational_acceleration_unit
SUBTYPE OF ( derived_unit);
WHERE
WRR37  :  SIZEOF(SELF\derived_unit.elements) = 2;
WRR38  :  ('STRUCTURAL_FRAME_SCHEMA.PLANE_ANGLE_UNIT' IN TYPEOF (SELF\derived_unit.elements[1]\derived_unit_element.unit)) AND (SELF\derived_unit.elements[1]\derived_unit_element.exponent = 1.0);
WRR39  :  ('STRUCTURAL_FRAME_SCHEMA.TIME_UNIT' IN TYPEOF (SELF\derived_unit.elements[2]\derived_unit_element.unit)) AND (SELF\derived_unit.elements[2]\derived_unit_element.exponent = -2.0);
END_ENTITY;

References (1):

Name Type Referred through Express-G
derived_unit Entity
Subtype
No Diagram

Inheritance graph

ENTITY rotational_acceleration_unit;
ENTITY derived_unit;
elements  :  SET [1:?] OF derived_unit_element;
DERIVE
name  :  label :=  get_name_value (SELF);
ENTITY rotational_acceleration_unit;
END_ENTITY;