A Java tool to convert (violet)UML class diagram files into Java source code.
Find a file
2019-10-01 19:07:09 +02:00
lib functioning templates 2019-10-01 19:06:02 +02:00
out functioning templates 2019-10-01 19:06:02 +02:00
src functioning templates 2019-10-01 19:06:02 +02:00
README.md add README.md 2019-09-28 22:39:05 +02:00
UMLToJavaCode.iml functioning templates 2019-10-01 19:06:02 +02:00

Features

This program can convert UML class diagrams (tested with files from violetUML, support for other diagram programs not tested) into Java source code with the following specifications:

  • Default Constructor always created
  • attributes automatically created
  • Methods with return type have standard return statements
  • (Getter/Setter methods have the standard getter/setter method body)

How to use

Either, use the jar via the console, or in an IDE, have the program arguments set to:

  1. path to class diagram file
  2. path to the output directory
  3. (optional) default package name