
class_of_functional_mapping
A <class_of_functional_mapping> is a <class_of_relationship> that is a many to one mapping.
A <class_of_functional_mapping> is a function.
NOTE 1 This entity type would naturally have the name of function, but this is an EXPRESS reserved word.
NOTE 2 The significance of a function being a many to one mapping is that the same answer is always obtained.
So, for example, 5 - 3 always gives 2. Note that the minus function on two other arguments can also give
2.
NOTE 3 When there are several arguments to a function, then these are presented in a <multidimensional_object>.
EXAMPLE Minus is an example of <class_of_functional_mapping>.
EXPRESS specification:
|
|
| ENTITY class_of_functional_mapping
|
|
Attribute definitions:
| codomain
|
:
|
The result of applying the function to the domain.
|
| domain
|
:
|
The set of things to which the function is applied.
|
References (2):
Inheritance graph
|
|
| ENTITY class_of_functional_mapping;
|
|