next up previous contents index
Next: Set-element Up: Elements of the Fib Previous: External subobjects   Contents   Index


Retrieve domain properties

Status: not implemented, planned for implementation


This Fib element is used to retrieve parameters of the domains.


Syntax: $Obj = domainProperty( Variable , Type[.Element]*, Mode, Obj_1 )$


Syntax: $Obj = dp( Variable, Type[.Element]*, Mode, Obj_1 )$


Description of the elements:

For finding the correct domain first the domains of the next (higher) root-element are searched, than its value domains. If no appropriate domain is found in the first root-element the next (higher) (to the first root-element) root-element is searched and so on.


Table 4: Possible retrievable properties of a domain
Name Value Description
null 0 The zero value of the domain will be returned.
min 1 The minimum value of the domain will be returned.
max 2 The maximum value of the domain will be returned.
size 3 The size ( $Maximum-Minimum$) of the domain will be returned.
scaling 4 The scaling factor of the domain will be returned. If the domain isn't scaled, $1$ will be returned.
Unscaled(not scaled) values
(In domains that are not scaled, these correspond to the scaled
values (for example, then the return value of "unscaled min"
is equal to that of "min")
unscaled null 10 The unscaled zero value of the domain will be returned.
unscaled min 11 The unscaled minimum value of the domain will be returned.
unscaled max 12 The unscaled maximum value of the domain will be returned.
unscaled size 13 The unscaled size ( $unscaled\ maximum - unscaled\ minimum$) of the domain will be returned.



Notes: With this element properties of the environment can be obtained. This can be useful, if a multimedia object is to be scaled afterwards with a given dimension domain. The displayed objects can be automatically adjusted via the retrieval of the dimension domain properties in size and position.


Examples:


next up previous contents index
Next: Set-element Up: Elements of the Fib Previous: External subobjects   Contents   Index
Betti Österholz 2013-02-13