
union_of_set_of_class
A <union_of_set_of_class> is a <functional_mapping> that indicates that the membership
of the result <class> is the union of the members of the <enumerated_set_of_class> classes.
EXAMPLE The union of the <enumerated_set_of_class> {{A,B,C},{B,C,D},{C,D,E}} is {A,B,C,D,E}.
EXPRESS specification:
|
|
|
|
|
|
| SELF\functional_mapping.result
|
:
|
class;
|
|
|
|
Attribute definitions:
| input
|
:
|
The <enumerated_set_of_class> that is the domain of the union function.
|
| result
|
:
|
The <class> that is the range of the union function.
|
References (1):
Inheritance graph
|
|
| ENTITY union_of_set_of_class;
|
|