Can I link parts of UML diagrams to portions of the code in the EMF editor?
Yes, but the UML2 project should be able to provide you with most of the “model” code that you need, and the GEF project will give you a huge head-start when it comes to creating the “view” and “controller” bits. I would guess that the best approach when it comes to linking your model and code would be via the JET framework which is part of EMF, this will handle most of the merging issues for you.
Related Questions
- I have a graphical browser (like Netscapes editor) that does not allow me to add all that code to link to the Dog Hause. What should I do to add the DH linking tag using my HTML editor?
- How big a job would it be to get the EMF editor generator to spit out Swing editor code instead of SWT/JFace code?
- Is it possible to convert back from EMF model (ecore files or generated Java code?) to UML?