-
Notifications
You must be signed in to change notification settings - Fork 1
relationship
hqdmTop edited this page Feb 1, 2024
·
6 revisions
An
abstract_object
that is what one thing has to do with one or more others.
-
member_of
: Amember_of
relationship type where arelationship
is amember_of
aclass_of_relationship
.
ENTITY relationship
ABSTRACT
SUPERTYPE OF (ONEOF(classification, aggregation, specialization, defined_relationship, function_))
SUBTYPE OF (abstract_object);
member_of: OPTIONAL SET [1:?] OF class_of_relationship;
END_ENTITY;
Inheritance Graph
ENTITY relationship;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY abstract_object;
ENTITY relationship;
member_of : OPTIONAL SET [1:?] OF class_of_relationship;
END_ENTITY;