class_of_point_in_time - hqdmTop/hqdmFramework GitHub Wiki

Class of Point in Time

A class_of_event that is point_in_time or any of its subsets.

EXPRESS Specification

Diagram 5

Schema

ENTITY class_of_point_in_time
  SUBTYPE OF(class_of_event);
END_ENTITY;
Inheritance Graph

ENTITY class_of_point_in_time;
  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_event;
  ENTITY class_of_point_in_time;
END_ENTITY;
⚠️ **GitHub.com Fallback** ⚠️