representation_by_pattern - hqdmTop/hqdmFramework GitHub Wiki
A
class_of_representationwhere thesignin all the members are members of thepatternspecified.
-
represented: A relationship type where the [thing][thing] is represented by eachmember_oftherepresentation_by_pattern. -
consists_of_by_class: Aconsists_of_by_classrelationship type where amember_oftherepresentation_by_patternhas asignthat is amember_ofthepattern. -
consists_of_in_members: A relationship type where arecognizing_language_communityis aparticipant_ineachmember_ofone or morerepresentation_by_pattern.

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;