Summary
The interfaces provided by a Port must be implemented by the Class that types the Port.
Details
A port can only provide interfaces visible to it, which are the interfaces implemented by its represented classifier.
Tips
- 
Add the provided Interface to the implemented interfaces of the classifier.
 - 
Provide an implemented interface instead.