Navigation

class_of_indirect_property

A <class_of_indirect_property> is a <class_of_relationship> that indicates that a member of the <class_of_individual> can possess a member of the <class_of_property> as an <indirect_property> of this type.
EXAMPLE Maximum Allowable Working Pressure is a <class_of_indirect_property> that is indicated by a pressure, and can be possessed by a pressure vessel.

EXPRESS specification:

ENTITY class_of_indirect_property
SUBTYPE OF ( class_of_relationship);
class_of_possessor  :  class_of_individual;
property_space  :  property_space;
END_ENTITY;

Attribute definitions:

class_of_possessor  :  The <class_of_individual> whose instances may possess a member of the <property_space>.
property_space  :  The <property_space> a member of which may be possessed by a member of the <class_of_individual>.

References (1):

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

Inheritance graph

ENTITY class_of_indirect_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 class;
ENTITY class_of_abstract_object;
ENTITY class_of_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_indirect_property;
class_of_possessor  :  class_of_individual;
property_space  :  property_space;
END_ENTITY;