Navigation

class_of_class_of_relationship

A <class_of_class_of_relationship> is a <class_of_class> whose members are instances of <class_of_relationship>.
EXAMPLE Reflexive is an example of <class_of_class_of_relationship>. A reflexive <class_of_relationship> is one that may have the same <thing> playing both roles, such as connection, where something may be connected to itself.

EXPRESS specification:

ENTITY class_of_class_of_relationship
SUPERTYPE OF (ONEOF(class_of_class_of_usage_of_representation, class_of_class_of_responsibility_for_representation, class_of_class_of_representation_translation, class_of_class_of_relationship_with_signature, class_of_class_of_representation, class_of_dimension_for_shape, class_of_class_of_composition, property_space_for_class_of_shape_dimension, class_of_scale, class_of_namespace, dimension_of_shape))
SUBTYPE OF ( class_of_class);
END_ENTITY;

References (12):

Name Type Referred through Express-G
class_of_class Entity
Subtype
Diagram 3
class_of_class_of_composition Entity
Supertype
Diagram 7
class_of_class_of_relationship_with_signature Entity
Supertype
Diagram 14
class_of_class_of_representation Entity
Supertype
Diagram 19
class_of_class_of_representation_translation Entity
Supertype
Diagram 19
class_of_class_of_responsibility_for_representation Entity
Supertype
Diagram 19
class_of_class_of_usage_of_representation Entity
Supertype
Diagram 19
class_of_dimension_for_shape Entity
Supertype
Diagram 29
class_of_namespace Entity
Supertype
Diagram 20
class_of_scale Entity
Supertype
Diagram 14
dimension_of_shape Entity
Supertype
Diagram 29
property_space_for_class_of_shape_dimension Entity
Supertype
Diagram 29

Inheritance graph

ENTITY class_of_class_of_relationship;
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_relationship;
END_ENTITY;