this time I have a more conceptual question. In my UML model I have designed the systems architecture. Now I want to specify, who (a Person) is responsible for the design of certain model elements and who is responsible for the implementation.
I.e. assuming I have a Package P1, I want to say: Mister Smith is responsible for the design of the elements in P1 and Mrs. West is responsible for the implementation of these elements.
How would you define this in UML? Is there a profile that is designed for this purpose?
A UML Actor is a role and not a certain person right? And is there an association kind that is suitable to specify responsibilities?