Navigation

comparison_of_property

A <comparison_of_property> is a <relationship> that indicates the magnitude of one <property> is greater than that of another.
EXAMPLE That the temperature in a room is less than that in a furnace can be indicated by an instance of <comparison_of_property>.

EXPRESS specification:

ENTITY comparison_of_property
SUBTYPE OF ( relationship);
greater_element  :  property;
lesser_element  :  property;
END_ENTITY;

Attribute definitions:

greater_element  :  The <property> that is the greater element in a <comparison_of_property>.
lesser_element  :  The <property> that is the lesser element in the <comparison_of_property>.

References (1):

Name Type Referred through Express-G
relationship Entity
Subtype
Diagram 11

Inheritance graph

ENTITY comparison_of_property;
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 relationship;
ENTITY comparison_of_property;
greater_element  :  property;
lesser_element  :  property;
END_ENTITY;