L.S.

No, you can not...

Go in the menu, select File -> Properties, then select the tab Notations.
If you here deselect everything except "Show visibility", then you get
   get_memberships()
If you now select "Show types and parameters", then you get:
   get_memberships(member_id : void, set_domains : void = None) : void

The former setting is meant for the Analysis phase of a project, the latter for Design and implementation.

I never heard this request before - but please feel free to file an enhancement request in our issues database at:
http://argouml.tigris.org/project_bugs.html

Regards,
Michiel



----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 22, 2007 4:39 PM
Subject: [argouml-users] hide parameter data types in class diagrams?


hello  -


is it possible to not display parameter data types in class diagrams?

i'm using argouml to model a python application, and i don't need data types in the diagram (at least not at this stage). my method signatures look like this:

   get_memberships(member_id : void, set_domains : void = None) : void

all i really need is this:

   get_memberships(member_id, set_domains=None)


it seems you might want to toggle this on and off for the sake of readability when working on projects in other languages as well.


thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: 269.7.6/814 - Release Date: 21/05/2007 14:01



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to