
class_of_scale_conversion
A <class_of_scale_conversion> is a <class_of_isomorphic_functional_mapping> that defines
a conversion between two different scales of units used for the quantification of properties.
EXAMPLE The Fahrenheit scale for temperature and the Celsius scale for temperature can each be represented
by instances of <scale>. The conversion between these scales can be represented by an instance
of <class_of_scale_conversion>.
EXPRESS specification:
|
|
| ENTITY class_of_scale_conversion
|
|
|
|
|
| SELF\class_of_functional_mapping.codomain
|
:
|
scale;
|
| SELF\class_of_functional_mapping.domain
|
:
|
scale;
|
|
|
|
Attribute definitions:
| codomain
|
:
|
The second <scale> for which the conversion is asserted.
|
| domain
|
:
|
The first <scale> for which the conversion is asserted.
|
References (1):
Inheritance graph
|
|
| ENTITY class_of_scale_conversion;
|
|