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
// Tell the compiler that error 25 // will appear (and fail if it does not) strictness expect 25; // Tell the compiler that if error 22 // occurs, not to fail the compile. // However, this does not mean that // code can be generated strictness allow 22; // UNDER DEVELOPMENT: The following // is not operational yet // Tell the compiler that base language // code should not appear strictness modelOnly; // Tell the compiler that the only base // language code could be in method bodies // Any other unparsable 'extra code' in classes // will be rejected. strictness noExtraCode; //$?[End_of_model]$? // @@@skipcompile - Nothing to compile