Navigation

class_of_class_of_responsibility_for_representation

A <class_of_class_of_responsibility_for_representation> is a <class_of_class_of_relationship> whose members are members of <class_of_responsibility_for_representation> linking the controller to a set of representations.
EXAMPLE The link between Weir and the identification set between Weir pumps and Weir serial numbers indicating that the identifications are defined by Weir can be represented by an instance of <class_of_class_of_usage_of_representation>.

EXPRESS specification:

ENTITY class_of_class_of_responsibility_for_representation
SUBTYPE OF ( class_of_class_of_relationship);
class_of_class_of_controlled  :  class_of_class_of_representation;
controller  :  possible_individual;
END_ENTITY;

Attribute definitions:

class_of_class_of_controlled  :  The <class_of_class_of_representation> that is controlled by the referenced <possible_individual>.
controller  :  The <possible_individual> that controls the referenced <class_of_class_of_representation>.

References (1):

Name Type Referred through Express-G
class_of_class_of_relationship Entity
Subtype
Diagram 14

Inheritance graph

ENTITY class_of_class_of_responsibility_for_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_responsibility_for_representation;
class_of_class_of_controlled  :  class_of_class_of_representation;
controller  :  possible_individual;
END_ENTITY;