Draw on the right, write (Umple) model code on the left. Analyse models and generate code. This tool stores your data in cookies and on a server. I understand. Click to learn about privacy. Download Donate For help: User manual Ask questions Report issue
after {Student*} setName,testFunction { doSomething(); } class Student1 { name; } class Student2 { name; } class Employer { age; String testFunction() { return "This is a test function"; } } class Student1 {isA X;} class Student2 {isA X;} trait X { doSomething() { System.out.println("Doing something\n"); } }//$?[End_of_model]$? // @@@skipphpcompile - contains java code // @@@skippythoncompile - Contains Java Code // @@@skipcppcompile