I'm fairly new to Rational Software Architect and it annoys the hell out of me that I can't see attributes of operations (methods) in UML diagrams. If I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.

Is there a possibility to show this by default?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Click on the class diagram background and then use the show hide compartment option. You have attributes and methods compartments which need to selected in order to be displayed graphically.

It worked pretty well last time I evaluated the Rational tools.

link|improve this answer
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram. – Ondrej Slinták Feb 7 '11 at 9:27
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu. – UML GURU Feb 7 '11 at 14:10
feedback

Right click on a class -> "Filters" -> "Show Signature".

link|improve this answer
Thanks Sannidhi - this worked very nicely for me in 8.0.2. – Robert Sep 27 '11 at 15:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.