1

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?

Sneftel
  • 40,271
  • 12
  • 71
  • 104
Ondrej Slinták
  • 31,386
  • 20
  • 94
  • 126

2 Answers2

6

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

lupchiazoem
  • 8,026
  • 6
  • 36
  • 42
1

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.

UML GURU
  • 1,452
  • 1
  • 9
  • 7
  • 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 07 '11 at 09: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 07 '11 at 14:10