-
Notifications
You must be signed in to change notification settings - Fork 1
definition
GCHQDeveloper42 edited this page Mar 27, 2023
·
3 revisions
A
representation_by_pattern
that defines aclass
.
-
represented
: A relationship type where exactly oneclass
is defined by thedefinition
.
ENTITY definition
SUBTYPE OF(representation_by_pattern);
SELF\representation_by_pattern.represented : SET [1:1] OF class;
END_ENTITY;
Inheritance Graph
ENTITY definition;
ENTITY class_of_representation;
ENTITY representation_by_pattern;
consists_of_by_class : SET [1:1] OF pattern;
consists_of_in_members : SET [1:?] OF recognizing_language_community;
ENTITY definition;
represented : SET [1:1] OF class;
END_ENTITY;