Navigation

dimension_of_individual

A <dimension_of_individual> is a <class_of_relationship> that indicates that each member of the set of lines that are the <individual_dimension> are a dimension of the <possible_individual>.
EXAMPLE The set of all lines that pass through the centre of a particular circle and end at the circumference of that circle, are a dimension (diameter) of that circle. The particular dimension is indicated by the <dimension_of_shape> that classifies the <dimension_of_individual>.

EXPRESS specification:

ENTITY dimension_of_individual
SUBTYPE OF ( class_of_relationship);
individual  :  possible_individual;
individual_dimension  :  individual_dimension;
END_ENTITY;

Attribute definitions:

individual  :  The <possible_individual> that is assigned an <individual_dimension> in the <dimension_of_individual>.
individual_dimension  :  The <individual_dimension> for the <possible_individual> in the <dimension_of_individual>.

References (1):

Name Type Referred through Express-G
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY dimension_of_individual;
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_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY dimension_of_individual;
individual  :  possible_individual;
individual_dimension  :  individual_dimension;
END_ENTITY;