Skip to content

function_

GCHQDeveloper42 edited this page Mar 27, 2023 · 5 revisions

Function

A one-to-many relationship.

Subtypes

EXPRESS Specification

Diagram 12

Schema

ENTITY function_
  SUBTYPE OF(relationship);
END_ENTITY;
Inheritance Graph

ENTITY function_;
  ENTITY thing;
    member__of : OPTIONAL SET [1:?] OF class;
  ENTITY abstract_object;
  ENTITY relationship;
    member_of  : OPTIONAL SET [1:?] OF class_of_relationship;
  ENTITY function_;
END_ENTITY;
Clone this wiki locally