Book a Demo

Author Topic: How do I display Operation Parameters  (Read 3083 times)

Dale Fraser

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
How do I display Operation Parameters
« on: July 23, 2010, 12:50:10 pm »
I have a parameter

name: string, age: int

but in the uml it shows as

(string, int)

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: How do I display Operation Parameters
« Reply #1 on: July 23, 2010, 01:44:15 pm »
Open Diagram Properties > Features tab.  Set "Show Parameter Detail" to "Full Details".  See:
http://www.sparxsystems.com/uml_tool_guide/modeling/appearance_options_feat.htm

Dale Fraser

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: How do I display Operation Parameters
« Reply #2 on: July 23, 2010, 01:50:19 pm »
Thanks,

Knew it must be there somewhere.