Navigation

class_of_relative_location

A <class_of_relative_location> is a <class_of_relationship> whose members are instances of <relative_location>.
EXAMPLE Beside, above, and below are examples of <class_of_relative_location>.

EXPRESS specification:

ENTITY class_of_relative_location
SUBTYPE OF ( class_of_relationship);
class_of_located  :  class_of_individual;
class_of_locator  :  class_of_individual;
END_ENTITY;

Attribute definitions:

class_of_located  :  The <class_of_individual> whose members are located by members of the class_of_locator <class_of_individual>.
class_of_locator  :  The <class_of_individual> whose members act as locator for the members of the class_of_located <class_of_individual>.

References (2):

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

Inheritance graph

ENTITY class_of_relative_location;
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 class_of_relative_location;
class_of_located  :  class_of_individual;
class_of_locator  :  class_of_individual;
END_ENTITY;