Navigation

dimension_of_shape

A <dimension_of_shape> is a <class_of_class_of_relationship> that indicates that members of the <shape_dimension> are dimensions of the <shape> members.
EXAMPLE The sets of 10m lines that are diameters of 10m circles is an example of <dimension_of_shape>.

EXPRESS specification:

ENTITY dimension_of_shape
SUBTYPE OF ( class_of_class_of_relationship);
dimension  :  shape_dimension;
shape  :  shape;
END_ENTITY;

Attribute definitions:

dimension  :  The <shape_dimension> of the <shape>.
shape  :  The <shape> that possesses the <shape_dimension>.

References (1):

Name Type Referred through Express-G
class_of_class_of_relationship Entity
Subtype
Diagram 14

Inheritance graph

ENTITY dimension_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_relationship;
ENTITY dimension_of_shape;
dimension  :  shape_dimension;
shape  :  shape;
END_ENTITY;