Hi,

How to see an operation signature visible in a sequence diagram.

Example:
I create a Diagram Class with class Xpto, and in this class let's say the
following operation:

Op1(Par1 : String, Par2 : Integer) : Boolean

Types are UML primitives.
In the sequence diagram, the target lifeline 'represents property' is set to
class Xpto
Then created a message to the target lifeline and select the operation Op1.
But instead of the operation template, the message in the diagram shows:
Op1("", 0) : true
How can I make the message show the signature of the message: Op1(Par1 :
String, Par2 : Integer) : Boolean   ,instead.
Tx so much in advance.
Sérgio Rodrigues



_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/cgi-bin/mailman/listinfo/topcased-users
  • [Topcased-users] Operation S... Topcased user list where issues are discussed

Reply via email to