I explain my problem: I want do develop an application easly. For that, I realize a sequence diagram. For exemple, for articles, the user can remove/add/modify an article. I modelize that. So then, I would like to generate the code, at least a skeleton. I know that it's not possible directly, but can I obtain the same result with several others operations?
For example, if I replace an entity by a class, I can, thanks to DDL, obtain a table. Can I, similarly, obtain a skeleton of code from my sequence diagram?
Thanks,
Vince