modeling python with UML

Uwe Mayer merkosh at hadiko.de
Mon Feb 23 05:32:30 EST 2004


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



More information about the Python-list mailing list