Navigation

class_of_class

A <class_of_class> is a <class> whose members are instances of <class>.
NOTE When it is necessary to classify a <class_of_class>, another <class_of_class> can be used. This is because a <class_of_class> is a <class>.

EXPRESS specification:

ENTITY class_of_class
SUPERTYPE OF (ONEOF(class_of_class_of_individual, class_of_number, class_of_class_of_relationship, arithmetic_number, class_of_property_space, class_of_shape_dimension) ANDOR enumerated_set_of_class)
SUBTYPE OF ( class_of_abstract_object);
END_ENTITY;

References (11):

Name Type Referred through Express-G
arithmetic_number Entity
Supertype
Diagram 5
class_of_abstract_object Entity
Subtype
Diagram 2
class_of_class_of_individual Entity
Supertype
Diagram 7
class_of_class_of_relationship Entity
Supertype
Diagram 14
class_of_classification Entity
Attribute 'class_of_classifier'
Diagram 3
class_of_number Entity
Supertype
Diagram 5
class_of_property_space Entity
Supertype
Diagram 3
class_of_shape_dimension Entity
Supertype
Diagram 29
class_of_specialization Entity
Attribute 'class_of_subclass'
Attribute 'class_of_superclass'
Diagram 3
enumerated_set_of_class Entity
Supertype
Diagram 25

Inheritance graph

ENTITY class_of_class;
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_class;
END_ENTITY;