Skip to content

definition

GCHQDeveloper42 edited this page Mar 27, 2023 · 3 revisions

Definition

A representation_by_pattern that defines a class.

Attributes

  • represented: A relationship type where exactly one class is defined by the definition.

EXPRESS Specification

Diagram 45

Schema

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;
Clone this wiki locally