In Rhapsody I have designed an interface which consists of an interface class and a couple of non-member functions. These non-member functions I've put directly into a package which is parallel to the parent package of the interface class. I want to generate code from this interface which works fine.
But I have the problem that I'm not able to select the non-member functions for messages in sequence diagrams. This is because I cannot assign the package to the contract of a port and also I cannot make a realization relation between some class and the package.
So is there any way to bring these non-member functions into the "Select Message" menu for sequence diagrams?