modeling python with UML
Uwe Mayer
merkosh at hadiko.de
Mon Feb 23 05:32:30 EST 2004
More information about the Python-list mailing list
Mon Feb 23 05:32:30 EST 2004
- Previous message (by thread): modeling python with UML
- Next message (by thread): modeling python with UML
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I was trying to model some classes, modules and packages of mine with UML and got the following problem: Packages would be moduled as UML packages i presume. If your module contains only functions you can model them as static class methods, either by writing a dummy class that takes them up or by representing the file as a class. However, if you module contains several classes - what do you do then? Ciao Uwe
- Previous message (by thread): modeling python with UML
- Next message (by thread): modeling python with UML
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list