Navigation

functional_mapping

A <functional_mapping> is a <relationship> that indicates that the input gave the result as determined by the classifying <class_of_functional_mapping>.
EXAMPLE The mapping of [5, 3] to 2, classified by the minus function is an example of <functional_mapping>.

EXPRESS specification:

ENTITY functional_mapping
SUBTYPE OF ( relationship);
input  :  thing;
result  :  thing;
END_ENTITY;

Attribute definitions:

input  :  The input to the mapping.
result  :  The result of the application of the function to the input.

References (5):

Name Type Referred through Express-G
difference_of_set_of_class Entity
Supertype
Diagram 25
intersection_of_set_of_class Entity
Supertype
Diagram 25
property_quantification Entity
Supertype
Diagram 26
relationship Entity
Subtype
Diagram 11
union_of_set_of_class Entity
Supertype
Diagram 25

Inheritance graph

ENTITY functional_mapping;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY abstract_object;
ENTITY relationship;
ENTITY functional_mapping;
input  :  thing;
result  :  thing;
END_ENTITY;