Navigation

class_of_feature

A <class_of_feature> is a <class_of_arranged_individual> whose members are contiguous, non-separable parts of some <possible_individual> and have an incompletely defined boundary.
EXAMPLE The classes known as 'mountain', 'groove', 'rim', 'nozzle', 'nose', and 'raised face' can all be represented as instances of <class_of_feature>.

EXPRESS specification:

ENTITY class_of_feature
SUBTYPE OF ( class_of_arranged_individual);
END_ENTITY;

References (1):

Name Type Referred through Express-G
class_of_arranged_individual Entity
Subtype
Diagram 8

Inheritance graph

ENTITY class_of_feature;
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_feature;
END_ENTITY;