Navigation

class_of_connection_of_individual

A <class_of_connection_of_individual> is a <class_of_relationship> whose members are members of <connection_of_individual>. It indicates that a member of the class_of_side_1 <class_of_individual> can be connected to a member of the class_of_side_2 <class_of_individual>.
NOTE 1 The class_of_side_1 and class_of_side_2 indicate the <class_of_individual> that is the side_1 and side_2 respectively in a <connection_of_individual> that is a member of this <class_of_connection_of_individual>.
NOTE 2 Flexible, rigid, and welded cannot be represented as instances of <class_of_connection_of_individual>, these are classes of the materials connected or used in the connection.
EXAMPLE Electrical connection between wires is a <class_of_connection_of_individual>.

EXPRESS specification:

ENTITY class_of_connection_of_individual
ABSTRACT SUPERTYPE OF (ONEOF(class_of_direct_connection, class_of_indirect_connection))
SUBTYPE OF ( class_of_relationship);
class_of_side_1  :  class_of_individual;
class_of_side_2  :  class_of_individual;
END_ENTITY;

Attribute definitions:

class_of_side_1  :  The <class_of_individual> whose members play the role of side_1 in the members of the <class_of_connection_of_individual>.
class_of_side_2  :  The <class_of_individual> whose members play the role of side_2 in the members of the <class_of_connection_of_individual>

References (4):

Name Type Referred through Express-G
class_of_direct_connection Entity
Supertype
Diagram 21
class_of_indirect_connection Entity
Supertype
Diagram 21
class_of_individual_used_in_connection Entity
Attribute 'class_of_connection'
Diagram 21
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY class_of_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 class;
ENTITY class_of_abstract_object;
ENTITY class_of_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_connection_of_individual;
class_of_side_1  :  class_of_individual;
class_of_side_2  :  class_of_individual;
END_ENTITY;