mirror of
https://github.com/Noratrieb/UMLetClassParser.git
synced 2026-01-14 16:45:05 +01:00
No description
| .idea | ||
| src | ||
| README.md | ||
| UMLClassParser.iml | ||
UMLetClassParser
Parses a UMLet File directly into Java class files or parses UML Text into Java code
File Mode
- Open the program
- Select File Mode
- Enter the package destination path below. This should be in the format: "C:\xy\packageName"
- Either enter the uxf file path or just drag and drop the file directly into the uxf file field
- The classes have now been generated
Text Mode
- Open the program
- Select Text Mode
- Type a UML class
- Java code will be generated directly into the field below