aboutsummaryrefslogtreecommitdiff
path: root/devel/dia2code/pkg-descr
blob: 77f6d48a04eac6edefb1a9709e4122080c8d4af3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
     attributes and return type of methods if they're declared in the same
     diagram.
   - Support for JavaBeans(tm): will create automagically methods to access
     and modify each attribute.