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.
|
2
|
|
|
|
|
|
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:
|
||
|
|
|
|
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 |
||
|
|
|
|
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. |
||
|
|
