kind_of_physical_quantity - hqdmTop/hqdmFramework GitHub Wiki

Kind of Physical Quantity

A class_of_physical_quantity that is also a kind_of_physical_property such that each member_of the same kind_of_physical_quantity is comparable to the others.

Example: Temperature and pressure are members of kind_of_physical_quantity.

EXPRESS Specification

Diagram 12

Schema

ENTITY kind_of_physical_quantity
  SUBTYPE OF(class_of_physical_quantity, kind_of_physical_property);
END_ENTITY;
Inheritance Graph

ENTITY kind_of_physical_quantity;
  ENTITY thing;
    member__of            : OPTIONAL SET [1:?] OF class;
  ENTITY abstract_object;
  ENTITY class;
    member_of             : OPTIONAL SET [1:?] OF class_of_class;
    has_superclass        : OPTIONAL SET [1:?] OF class;
  ENTITY class_of_abstract_object;
  ENTITY class_of_class;
  ENTITY class_of_class_of_spatio_temporal_extent;
  ENTITY class_of_physical_property;
  ENTITY class_of_physical_quantity;
  ENTITY thing;
    member__of            : OPTIONAL SET [1:?] OF class;
  ENTITY abstract_object;
  ENTITY class;
    member_of             : OPTIONAL SET [1:?] OF class_of_class;
    has_superclass        : OPTIONAL SET [1:?] OF class;
  ENTITY class_of_abstract_object;
  ENTITY class_of_class;
  ENTITY class_of_class_of_spatio_temporal_extent;
  ENTITY class_of_physical_property;
  ENTITY kind_of_physical_property;
  ENTITY kind_of_physical_quantity;
END_ENTITY;
⚠️ **GitHub.com Fallback** ⚠️