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