Navigation

class_of_class_of_individual

A <class_of_class_of_individual> is a <class_of_class> whose members are instances of <class_of_individual>.
EXAMPLE "Premium Product" is a <class_of_class_of_individual> that has <class_of_individual> "mogas" as a member.

EXPRESS specification:

ENTITY class_of_class_of_individual
SUPERTYPE OF (ONEOF(class_of_class_of_information_representation, class_of_property, class_of_status, shape_dimension))
SUBTYPE OF ( class_of_class);
END_ENTITY;

References (7):

Name Type Referred through Express-G
class_of_class Entity
Subtype
Diagram 3
class_of_class_of_composition Entity
Attribute 'class_of_class_of_part'
Attribute 'class_of_class_of_whole'
Diagram 7
class_of_class_of_information_representation Entity
Supertype
Diagram 19
class_of_property Entity
Supertype
Diagram 27
class_of_status Entity
Supertype
Diagram 7
shape_dimension Entity
Supertype
Diagram 29

Inheritance graph

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