
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
|
|
References (2):
Inheritance graph
|
|
| ENTITY multidimensional_property_space;
|
|
|
|
|
| elements
|
:
|
LIST [1:?] OF thing;
|
| position
|
:
|
OPTIONAL LIST [1:?] OF INTEGER;
|
|
|
|