Navigation

class_of_cause_of_ending_of_class_of_individual

A <class_of_cause_of_ending_of_class_of_individual> is a <class_of_relationship> that indicates that a member of the <class_of_activity> causes the ending of a member of the <class_of_individual>.
EXAMPLE A car crushing activity causes the end of the life of a car.

EXPRESS specification:

ENTITY class_of_cause_of_ending_of_class_of_individual
SUBTYPE OF ( class_of_relationship);
class_of_causer  :  class_of_activity;
class_of_ended  :  class_of_individual;
END_ENTITY;

Attribute definitions:

class_of_causer  :  The <class_of_activity> that a member of which causes the end of life of a member of the <class_of_individual>.
class_of_ended  :  The <class_of_individual> a member of which is ended by a member of the <class_of_activity>.

References (1):

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

Inheritance graph

ENTITY class_of_cause_of_ending_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_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_cause_of_ending_of_class_of_individual;
class_of_causer  :  class_of_activity;
class_of_ended  :  class_of_individual;
END_ENTITY;