Navigation

class_of_intended_role_and_domain

A <class_of_intended_role_and_domain> is a <class_of_relationship> that indicates that a member of the <class_of_individual> is intended to act as a member of the <role_and_domain>.
EXAMPLE Pumps are intended to play the <role_and_domain> of performer in some pumping activity.

EXPRESS specification:

ENTITY class_of_intended_role_and_domain
SUBTYPE OF ( class_of_relationship);
class_of_player  :  class_of_individual;
played  :  role_and_domain;
END_ENTITY;

Attribute definitions:

class_of_player  :  The <class_of_individual> whose members may play the intended <role_and_domain>.
played  :  The <role_and_domain> that is intended to be played by members of the <class_of_individual>.

References (1):

Name Type Referred through Express-G
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY class_of_intended_role_and_domain;
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_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_intended_role_and_domain;
class_of_player  :  class_of_individual;
played  :  role_and_domain;
END_ENTITY;