Navigation

class_of_classification

A <class_of_classification> is a <class_of_relationship> whose members are members of <classification>. A <class_of_classification> indicates that a member of the class_of_classified <class> is classified by one or more members of the class_of_classifier <class_of_class>.
EXAMPLE The link between <class> centrifugal pump and the <class_of_property> RPM, indicating that a centrifugal pump is a member of at least one RPM class, can be represented by an instance of <class_of_classification>.

EXPRESS specification:

ENTITY class_of_classification
SUBTYPE OF ( class_of_relationship);
class_of_classified  :  class;
class_of_classifier  :  class_of_class;
END_ENTITY;

Attribute definitions:

class_of_classified  :  The <class> that is the class_of_classified in the <class_of_classification>.
class_of_classifier  :  The <class_of_class> that is the class_of_classifier in the <class_of_classification>.

References (1):

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

Inheritance graph

ENTITY class_of_classification;
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_classification;
class_of_classified  :  class;
class_of_classifier  :  class_of_class;
END_ENTITY;