mirror of https://github.com/dspinellis/UMLGraph
* OptionProvider work -> made a few methods compute the options for the class they're working on, the others do receive an Options object as argument (as they cannot compute it by themselves) * ClassInfo map work -> made sure every manipulation of classnames map goes thru a couple of methods, and that these methods remember to remove the template from the class names used as keys (I did found a few problems when referring a class without specifying the full template syntax in an association) * grave bug fix -> if one association happened to point to a hidden class, the following associations of the same kind in the same class would have not been printed (code change in relation(...)) |
||
|---|---|---|
| doc | ||
| src | ||
| testdata | ||
| web | ||
| .classpath | ||
| .cvsignore | ||
| .project | ||
| Makefile | ||
| README.txt | ||
| TODO | ||
| UMLGraph-2.10.tar.gz | ||
| UMLGraph-2.10.zip | ||
| build.xml | ||
| index.html | ||
| sequence.pic | ||
| umlgraph.bat | ||
README.txt
UMLGraph - Declarative Drawing of UML Diagrams UMLGraph allows the declarative specification and drawing of UML class and sequence diagrams. You can browse the system's documentation from the doc/index.html page, or print it from doc/indexw.html. To install the elements required to run UMLGraph, simply copy the contents of the lib directory to a location consistent with your installation's conventions (for example to /usr/local/lib). To compile the Java doclet from the source code run ant on the build.xml file. If you change the source code, you can run regression tests by executing "ant test". Project home page: http://www.spinellis.gr/sw/umlgraph Diomidis Spinellis - November 2005 $Id$