Navigation

class_of_dimension_for_shape

A <class_of_dimension_for_shape> is a <class_of_class_of_relationship> that indicates that members of the class_of_shape have a dimension that is a member of the class_of_dimension.
EXAMPLE Specifying that members of the "class of circle" have members of "class of diameter" is an instance of <class_of_dimension_for_shape>.

EXPRESS specification:

ENTITY class_of_dimension_for_shape
SUBTYPE OF ( class_of_class_of_relationship);
class_of_dimension  :  class_of_shape_dimension;
class_of_shape  :  class_of_shape;
END_ENTITY;

Attribute definitions:

class_of_dimension  :  The <class_of_shape_dimension> in the <class_of_dimension_for_shape>.
class_of_shape  :  The <class_of_shape> in the <class_of_dimension_for_shape>.

References (1):

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

Inheritance graph

ENTITY class_of_dimension_for_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 class_of_dimension_for_shape;
class_of_dimension  :  class_of_shape_dimension;
class_of_shape  :  class_of_shape;
END_ENTITY;