Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 372 Bytes

This project creates java files based on a uml class diagram syntax. ?! stands for getters and setters. cse overids clone, tostring and cmp. the rest should be uml

Its for saving time creating files, methods and variables

TestClass:cse
?!id: int,!?name:String,!?desc:ArrayList<String>
#name(id: int):void,name(id: int, id2: int):int,-name2(id: int, id2: int):int