Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is any diagramming software exists for MVC pattern with code generation?

MVC patter uses delegates to interconnect a lot of class objects with each over. For Qt they are signals and slots, for C# they are events, for Java they are closures. But all diagramming and UML designers i know only operates with inheritance and child-parent composition :(. Is it any software available that allows to draw classes visually, design delegates, connect delegates to endpoints and generate code based on such a 'model'?

The description above may not be accurate: i'm not very deep in terminology. If anyone want any clarification about this question, please comment, i wll clarify what is unclear.

like image 212
grigoryvp Avatar asked Dec 24 '09 21:12

grigoryvp


1 Answers

I've had good experiences with Sparx System's Enterprise Architect. You can download a fully functional 30 day trial.

like image 87
LeWoody Avatar answered Oct 06 '22 15:10

LeWoody