I would like to know if the UML eclipse project put automatically provided
and required interfaces of ports?
For instance I'have a class Type1 that implements ProvidedInterface1 and
depends of RequiredInterface1.
When I create a port port1 and then I affect the type1, I don't see
required={RequiredInterface1} and provided={ProvidedInterface1}.
More over the attribute required and provided are readonly so I can't
create a listener that add this information.