Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umlet JAVA code generator

This is a simple tool to generate code from an UML diagram created with Umlet.

To test this app you can find the uxf samples in the uxfForTest folder

This tool generate java class files according to the source UML :

  • All attibutes (with their types) of each class (including attributes generated from relations)
  • Getters & setters
  • Constructs

🛠️ Installation Steps:

Prerequisites :

  • Install the latest version of Java and Maven.

Steps :

  1. Clone this repo

  2. In the Main.java file replace the file by your uxf file (you have some sample in the uxfForTest folder):

    public static void main(String[] args)
    {
    //...
    new UxfParser("pathTo/yourFile.uxf");
    }
  3. Compile the app :

    mvn compile
  4. Run the app :

    mvn -q exec:java

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages