Skip to content

physical_property_range

GCHQDeveloper42 edited this page Mar 27, 2023 · 5 revisions

Physical Property Range

A class_of_state where each member of the set is a member of a physical_property within the range.

Note: The physical_property_range is a supertype of each physical_property in the range.

Attributes

  • ranges_over: A supertype_of relationship type where the members of each physical_property in the physical_property_range are members of the physical_property_range.

Subtypes

EXPRESS Specification

Diagram 46

Schema

ENTITY physical_property_range
  SUBTYPE OF(class_of_state);
    ranges_over : SET [1:?] OF physical_property;
END_ENTITY;
Inheritance Graph

ENTITY physical_property_range;
  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_spatio_temporal_extent;
    member_of_            : OPTIONAL SET [1:?] OF class_of_class_of_spatio_temporal_extent;
    part__of_by_class     : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
  INVERSE
    consists__of_by_class : SET [1:?] OF class_of_spatio_temporal_extent FOR part__of_by_class;
  ENTITY class_of_state;
  ENTITY physical_property_range;
    ranges_over           : SET [1:?] OF physical_property;
END_ENTITY;
Clone this wiki locally