vote up 3 vote down star
2

Is there any good tool or tool-chain that allows UML images in the .svg format to be created from a textual source file? The reason for this question is that I want to automate the generation of these images to avoid having to manually create and update this set of images.

flag

3 Answers

vote up 2 vote down check

UMLGraph is a program for generating UML diagrams (primarily Class Diagrams and Sequence Diagrams) from text based descriptions. It is intended to be used with java source code, but with some alterations, C++ style source code can also be used as described by this blog entry.

Quote from the UMLGraph website:

The GNU plotutils pic2plot program can then process the sequence diagram to create a PNG, PNM, (pseudo)GIF, SVG, AI, Postscript, CGM, FIG, PCL, HPGL, Regis, or TEK drawing.

link|flag
vote up 1 vote down

Hi,

I've created a list of tools that accept a textual model description as input here:

http://modeling-languages.com/blog/content/textual-notationslanguages-define-uml-models-list-tools

Jordi

link|flag
vote up 0 vote down

the free UML tool JUDE allows UML diagrams to be created from Java source code. I don't know if it does for other languages.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.