| Author |
Message |
|
2008/01/24 06:04
|
|
|
MarkV
Joined: 2008/01/24
Messages: 2
Offline
|
|
|
|
Hello,
How can do you set the format VP-UML uses when formatting a message in a Sequence Diagram?
Unless my reference material is mistaken, the format for a message signature is:
attribute = signal_or_message_name (arguments) : return_type
For our team, we typically like to have the return type show. So we'd like to see "foo() : String" rather than "foo()" for the message's format. However I cannot find a way for VP-UML to show this.
Similarly, we sometimes want the parameter types, and even names sometimes, "foo(size : Dimension)" , to show so the diagram can differentiate between overloaded methods, or specifically highlight the values being passed in.
Thanks,
Mark
|
|
|
|
 |
| |
|
2008/01/28 13:49
|
|
|
Rain
Joined: 2005/04/29
Messages: 761
Offline
|
|
|
|
Hello MarkV,
You can right click on the sequence diagram and select Presentation Options > Show Messages Operation Signature to show up the return type and parameters.
Best regards,
Rain Wong
|
|
|
|
 |
| |
|
2008/01/28 23:21
|
|
|
MarkV
Joined: 2008/01/24
Messages: 2
Offline
|
|
|
|
|
 |
| |
|
2008/01/29 10:31
|
|
|
Rain
Joined: 2005/04/29
Messages: 761
Offline
|
|
|
|
|
 |
| |