UML Tools

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Neil Benn

    UML Tools

    Hello,

    Does anyone know of a decent tool to write UML diagrams
    (mainly class diagrams but sequence would also be useful) that's aware
    of Python's syntax (i.e. modules). I'd like round-trip as well but I
    can live without it.

    cheers,

    Neil

    --

    Neil Benn
    Senior Automation Engineer
    Cenix BioScience
    BioInnovations Zentrum
    Tatzberg 47
    D-01307
    Dresden
    Germany

    Tel : +49 (0)351 4173 154
    e-mail : benn@cenix-bioscience.com
    Cenix Website : http://www.cenix-bioscience.com


  • Alan Gauld

    #2
    Re: UML Tools

    On Fri, 04 Jun 2004 11:48:59 +0200, Neil Benn
    <benn@cenix-bioscience.com> wrote:[color=blue]
    > Does anyone know of a decent tool to write UML diagrams
    > (mainly class diagrams but sequence would also be useful) that's aware
    > of Python's syntax (i.e. modules). I'd like round-trip as well but I
    > can live without it.[/color]

    What do you mean by being "aware of Python's syntax"?
    Any UML diagram tool, even Visio, can draw class diagrams and
    sequence diagrams and UML packages can represent modules.

    Do you mean you want the tool to generate python code too?

    Alan G.

    Author of the Learn to Program website

    Comment

    Working...