Book a Demo

Author Topic: Operations compartment  (Read 2753 times)

gliesian

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Operations compartment
« on: July 28, 2008, 03:53:35 am »
I wish to display a method in the operations compartment of a class diagram as such:

Code: [Select]
setName(name:String): void
However, right now, I can only display it like this:

Code: [Select]
setName(String): void

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Operations compartment
« Reply #1 on: July 28, 2008, 07:12:25 am »
Open the diagram properties dialog (F5) and click the Features tab. At the bottom you'll find two drop-downs which let you set the detail levels for attributes and parameters.
No, you can't have it!

gliesian

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Operations compartment
« Reply #2 on: July 28, 2008, 08:15:24 am »
Thanks!