representation_by_pattern - hqdmTop/hqdmFramework GitHub Wiki

Representation by Pattern

A class_of_representation where the sign in all the members are members of the pattern specified.

Attributes

  • represented: A relationship type where the [thing][thing] is represented by each member_of the representation_by_pattern.
  • consists_of_by_class: A consists_of_by_class relationship type where a member_of the representation_by_pattern has a sign that is a member_of the pattern.
  • consists_of_in_members: A relationship type where a recognizing_language_community is a participant_in each member_of one or more representation_by_pattern.

Subtypes

EXPRESS Specification

Diagram 45

Schema

ENTITY representation_by_pattern
  SUBTYPE OF(class_of_representation);
    represented            : SET [1:?] OF thing;
    consists_of_by_class   : SET [1:1] OF pattern;
    consists_of_in_members : SET [1:?] OF recognizing_language_community;
END_ENTITY;
Inheritance Graph

ENTITY representation_by_pattern;
  ENTITY class_of_representation;
  ENTITY representation_by_pattern;
    represented            : SET [1:?] OF thing;
    consists_of_by_class   : SET [1:1] OF pattern;
    consists_of_in_members : SET [1:?] OF recognizing_language_community;
END_ENTITY;
⚠️ **GitHub.com Fallback** ⚠️