Navigation

class_of_activity

A <class_of_activity> is a <class_of_arranged_individual> whose members are instances of <activity>.
EXAMPLE Drilling, distilling, and approving can be represented by instances of <class_of_activity>.
NOTE Behaviour is a term used to describe a <class_of_activity> either where there are preconditions and the <class_of_activity> is a response to those preconditions, e.g. reaction to touching a hot surface, or where the way an activity occurs is described by some property or function, e.g. fluid flow being described by the viscosity of the fluid.

EXPRESS specification:

ENTITY class_of_activity
SUBTYPE OF ( class_of_arranged_individual);
END_ENTITY;

References (6):

Name Type Referred through Express-G
class_of_arranged_individual Entity
Subtype
Diagram 8
class_of_cause_of_beginning_of_class_of_individual Entity
Attribute 'class_of_causer'
Diagram 10
class_of_cause_of_ending_of_class_of_individual Entity
Attribute 'class_of_causer'
Diagram 10
class_of_involvement_by_reference Entity
Attribute 'class_of_involver'
Diagram 10
class_of_participation Entity
Attribute 'class_of_whole'
Diagram 10
class_of_recognition Entity
Attribute 'class_of_recognizing'
Diagram 10

Inheritance graph

ENTITY class_of_activity;
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_individual;
ENTITY class_of_arranged_individual;
ENTITY class_of_activity;
END_ENTITY;