Navigation

class_of_shape

A <class_of_shape> is a <property_space> that has instances of <shape> as its members.
EXAMPLE Regular geometric forms such as line, circle, square, cylinder, sphere, and cone can be represented by instances of <class_of_shape>.

EXPRESS specification:

ENTITY class_of_shape
SUBTYPE OF ( property_space);
END_ENTITY;

References (2):

Name Type Referred through Express-G
class_of_dimension_for_shape Entity
Attribute 'class_of_shape'
Diagram 29
property_space Entity
Subtype
Diagram 27

Inheritance graph

ENTITY class_of_shape;
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_class;
ENTITY class_of_class_of_individual;
ENTITY class_of_property;
ENTITY property_space;
ENTITY class_of_shape;
END_ENTITY;