Navigation

class_of_arrangement_of_individual

A <class_of_arrangement_of_individual> is a <class_of_composition_of_individual> whose members are instances of <arrangement_of_individual>.
EXAMPLE The fact that water is made up of H2O molecules is an instance of <class_of_arrangement_of_individual>.

EXPRESS specification:

ENTITY class_of_arrangement_of_individual
SUPERTYPE OF (ONEOF(class_of_feature_whole_part, class_of_assembly_of_individual, namespace))
SUBTYPE OF ( class_of_composition_of_individual);
SELF\class_of_composition_of_individual.class_of_whole  :  class_of_arranged_individual;
END_ENTITY;

Attribute definitions:

class_of_whole  :  The <class_of_arranged_individual> that is the class_of_whole in the <class_of_arrangement_of_individual>.

References (4):

Name Type Referred through Express-G
class_of_assembly_of_individual Entity
Supertype
Diagram 7
class_of_composition_of_individual Entity
Subtype
Diagram 7
class_of_feature_whole_part Entity
Supertype
Diagram 7
namespace Entity
Supertype
Diagram 20

Inheritance graph

ENTITY class_of_arrangement_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_composition_of_individual;
class_of_part  :  class_of_individual;
ENTITY class_of_arrangement_of_individual;
class_of_whole  :  class_of_arranged_individual;
END_ENTITY;