
intersection_of_set_of_class
An <intersection_of_set_of_class> is a <functional_mapping> that indicates that the result
<class> consists of those members of the members of the classes <enumerated_set_of_class>
that are common to each class.
EXAMPLE The intersection of the <enumerated_set_of_class> {{A,B,C},{B,C,D},{C,D,E}} is {C}.
EXPRESS specification:
|
|
| ENTITY intersection_of_set_of_class
|
|
|
|
|
| SELF\functional_mapping.result
|
:
|
class;
|
|
|
|
Attribute definitions:
| input
|
:
|
The <enumerated_set_of_class> whose members are intersected.
|
| result
|
:
|
The <class> that represents the intersection of the members of the <enumerated_set_of_class>.
|
References (1):
Inheritance graph
|
|
| ENTITY intersection_of_set_of_class;
|
|