Navigation

modulus_unit

EXPRESS specification:

ENTITY modulus_unit
SUBTYPE OF ( derived_unit);
WHERE
WRM29  :  SIZEOF(SELF\derived_unit.elements) = 1;
WRM30  :  ('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 = 3.0);
END_ENTITY;

References (1):

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

Inheritance graph

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