Navigation

class_of_class_of_representation

A <class_of_class_of_representation> is a <class_of_class_of_relationship> whose members are instances of <class_of_representation_of_thing>.
EXAMPLE The link that indicates that members of the class 'document' can be represented by patterns of the class 'XML' is a <class_of_class_of_representation>.

EXPRESS specification:

ENTITY class_of_class_of_representation
SUBTYPE OF ( class_of_class_of_relationship);
class_of_pattern  :  class_of_class_of_information_representation;
class_of_represented  :  class;
END_ENTITY;

Attribute definitions:

class_of_pattern  :  The <class_of_class_of_information_representation> whose members can represent members of the referenced <class>.
class_of_represented  :  The <class> whose members can be represented by members of the referenced <class_of_class_of_information_representation>.

References (6):

Name Type Referred through Express-G
class_of_class_of_definition Entity
Supertype
Diagram 19
class_of_class_of_description Entity
Supertype
Diagram 19
class_of_class_of_identification Entity
Supertype
Diagram 19
class_of_class_of_relationship Entity
Subtype
Diagram 14
class_of_class_of_responsibility_for_representation Entity
Attribute 'class_of_class_of_controlled'
Diagram 19
class_of_class_of_usage_of_representation Entity
Attribute 'class_of_class_of_used'
Diagram 19

Inheritance graph

ENTITY class_of_class_of_representation;
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;
ENTITY class_of_class_of_representation;
class_of_pattern  :  class_of_class_of_information_representation;
class_of_represented  :  class;
END_ENTITY;