Navigation

class_of_individual_used_in_connection

A <class_of_individual_used_in_connection> is a <class_of_relationship> whose members are members of <individual_used_in_connection>. It indicates that a member of the <class_of_individual> is used in a <class_of_connection_of_individual>.
EXAMPLE The link between the <class_of_connection_of_individual> that indicates that B12 type beams are connected to pipe hangers, and the <class_of_individual> "20mm Diameter bolt", that indicates that four 20mm diameter bolts are used in the connection of a pipe hanger to a type B12 beam can be represented by an instance of
<class_of_individual_involved_in_connection>.

EXPRESS specification:

ENTITY class_of_individual_used_in_connection
SUBTYPE OF ( class_of_relationship);
class_of_connection  :  class_of_connection_of_individual;
class_of_usage  :  class_of_individual;
END_ENTITY;

Attribute definitions:

class_of_connection  :  The <class_of_connection_of_individual> whose members are the connections in the members of the <class_of_individual_involved_in_connection>.
class_of_usage  :  The <class_of_individual> whose members are used in the members of the <class_of_individual_used_in_connection>.

References (1):

Name Type Referred through Express-G
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY class_of_individual_used_in_connection;
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_individual_used_in_connection;
class_of_connection  :  class_of_connection_of_individual;
class_of_usage  :  class_of_individual;
END_ENTITY;