Navigation

multidimensional_property

A <multidimensional_property> is a <property> that is also a <multidimensional_object>.
EXAMPLE A pump flow head characteristic is a multidimensional object. It consists of a continuum of Q, H property pairs, where Q is the flow rate and H is the flowing head difference. Each pair of properties Qa and Ha, where Qa is a particular flow rate and Ha a particular head, is a multidimensional property [Qa, Ha].

EXPRESS specification:

ENTITY multidimensional_property
SUBTYPE OF ( property, multidimensional_object);
END_ENTITY;

References (2):

Name Type Referred through Express-G
multidimensional_object Entity
Subtype
Diagram 4
property Entity
Subtype
Diagram 26

Inheritance graph

ENTITY multidimensional_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_individual;
ENTITY 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 multidimensional_object;
elements  :  LIST [1:?] OF thing;
position  :  OPTIONAL LIST [1:?] OF INTEGER;
ENTITY multidimensional_property;
END_ENTITY;