Navigation

feature_whole_part

A <feature_whole_part> is an <arrangement_of_individual> that indicates that the part is a non-separable, contiguous part of the whole.
NOTE This includes wholes that cannot be non-destructively disassembled and reassembled such as the cast inlet flange of a pump.
EXAMPLE The relation that indicates that a flange face is part of a flange can be represented by an instance of <feature_whole_part>.

EXPRESS specification:

ENTITY feature_whole_part
SUBTYPE OF ( arrangement_of_individual);
END_ENTITY;

References (1):

Name Type Referred through Express-G
arrangement_of_individual Entity
Subtype
Diagram 6

Inheritance graph

ENTITY feature_whole_part;
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 relationship;
ENTITY composition_of_individual;
part  :  possible_individual;
ENTITY arrangement_of_individual;
whole  :  arranged_individual;
ENTITY feature_whole_part;
END_ENTITY;