2001-03-07 05:17:49 +01:00
|
|
|
Dia2Code is a small utility used to generate code from a Dia diagram.
|
|
|
|
Dia is a program to make diagrams (ports/graphics/dia)
|
|
|
|
|
|
|
|
- Reads UML diagrams.
|
|
|
|
- Can handle UML - Generalization, UML - Realization and UML - Implements.
|
|
|
|
- Selective code generation.
|
|
|
|
- User-defined output directory.
|
|
|
|
- Stereotype handling: interfaces, abstract classes.
|
|
|
|
- "Import" and "include" based on the parent classes, the type of
|
2008-06-01 11:42:37 +02:00
|
|
|
attributes and return type of methods if they're declared in the same
|
2001-03-07 05:17:49 +01:00
|
|
|
diagram.
|
|
|
|
- Support for JavaBeans(tm): will create automagically methods to access
|
|
|
|
and modify each attribute.
|
|
|
|
|
|
|
|
WWW: http://dia2code.sourceforge.net/
|