inertia_unit
EXPRESS specification:
ENTITY
inertia_unit
SUBTYPE
OF
(
derived_unit
);
WHERE
WRI3
:
SIZEOF(SELF\derived_unit.elements) = 1;
WRI4
:
('STRUCTURAL_FRAME_SCHEMA.LENGTH_UNIT' IN TYPEOF (SELF\derived_unit.elements[1]\derived_unit_element.unit)) AND (SELF\derived_unit.elements[1]\derived_unit_element.exponent = 4.0);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
derived_unit
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
inertia_unit;
ENTITY
derived_unit
;
elements
:
SET
[1:?]
OF
derived_unit_element
;
DERIVE
name
:
label
:= get_name_value (SELF);
ENTITY
inertia_unit
;
END_ENTITY
;