No description
Find a file
2020-11-22 14:58:00 +01:00
.idea fixed contructor double space bug 2020-11-20 18:17:35 +01:00
src Auto-Generate Getter and Setter 2020-11-22 14:57:51 +01:00
README.md Update README.md 2020-11-21 16:15:42 +01:00
UMLClassParser.iml inital commit 2020-11-19 19:11:22 +01:00

UMLetClassParser

Parses a UMLet File directly into Java class files or parses UML Text into Java code

File Mode

  1. Open the program
  2. Select File Mode
  3. Enter the package destination path below. This should be in the format: "C:\xy\packageName"
  4. Either enter the uxf file path or just drag and drop the file directly into the uxf file field
  5. The classes have now been generated

Text Mode

  1. Open the program
  2. Select Text Mode
  3. Type a UML class
  4. Java code will be generated directly into the field below