KissMDA
KissMDA copied to clipboard
Create an intelligent cartridge extension for "beautifying" the UML model
At the moment the UML model is dumb. The cartridge like simple-java just take the UML content and try to generate something out of it.
We need such a "model-beautifier" or "model-checker" which allows us to make the generation always working. Example:
- In UML model you often have an attribute with empty space between two words, something like: "Full Name: String". This should be transformed into "fullName: String".
- Empty space at the end of attributes like: "fullName
: String". The empty space should be truncated.
After we have a clean and "beautiful" model we can generate everything based on this model.
We should implement this "model-beautifier" as Cartridge Extension.