Navigation

multidimensional_property_space

A <multidimensional_property_space> is a <property_space> and a <multidimensional_object> whose members are properties each of which maps to more than one number. Each property will consist of elements of the same property dimensions.
EXAMPLE A pump performance curve of flowrate and differential head is a <multidimensional_property_space>.

EXPRESS specification:

ENTITY multidimensional_property_space
SUBTYPE OF ( property_space, multidimensional_object);
END_ENTITY;

References (2):

Name Type Referred through Express-G
multidimensional_object Entity
Subtype
Diagram 4
property_space Entity
Subtype
Diagram 27

Inheritance graph

ENTITY multidimensional_property_space;
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_class;
ENTITY class_of_class_of_individual;
ENTITY class_of_property;
ENTITY property_space;
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_space;
END_ENTITY;