Navigation

connection_of_individual

A <connection_of_individual> is a <relationship> that indicates that matter, energy, or both can be transferred between the members of <possible_individual> that are connected, either directly or indirectly.
NOTE There is no significance to the ordering of the two related instances of <possible_individual>. The names side_1 and side_2 serve only to distinguish the attributes.

EXPRESS specification:

ENTITY connection_of_individual
SUPERTYPE OF (ONEOF(direct_connection, indirect_connection))
SUBTYPE OF ( relationship);
side_1  :  possible_individual;
side_2  :  possible_individual;
END_ENTITY;

Attribute definitions:

side_1  :  The first <possible_individual> that is involved in the <connection_of_individual>.
side_2  :  The second <possible_individual> that is involved in the <connection_of_individual>.

References (4):

Name Type Referred through Express-G
direct_connection Entity
Supertype
Diagram 21
indirect_connection Entity
Supertype
Diagram 21
individual_used_in_connection Entity
Attribute 'connection'
Diagram 21
relationship Entity
Subtype
Diagram 11

Inheritance graph

ENTITY connection_of_individual;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY abstract_object;
ENTITY relationship;
ENTITY connection_of_individual;
side_1  :  possible_individual;
side_2  :  possible_individual;
END_ENTITY;