Specifies the way that the provided and required interfaces are inherited from the Port's Type.
When the interfaces provides or required by a port are not explicitly defined, they can be inherited from its type. By default a port provides the interfaces realized by its type or requires the interfaces used by its type.
This is true as long as the type provides or requires these interfaces by itself (isConjuguated = No)
However, when the type does not realize directly these interfaces, but delegates the process to another class, the interfaces provided by the port are those used by its type (isConjugated = yes).
In the same way, when the type does not directly use these interfaces, but delegates the process to another class, the interfaces required by the port are those realized by its type (isConjugated = yes).