Re: hide parameter data types in class diagrams?
"Michiel van der Wulp" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <001e01c79c81$5f8144d0$0900000a@athlon64> |
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
>
>