View previous topic :: View next topic |
Author |
Message |
emmanuel
Joined: 24 Jun 2003
Posts: 2
|
Posted: Tue Jun 24, 2003 12:41 pm Post subject: What is the difference between UML & EMF modelling.
|
|
|
I cannot see what the difference is between EMF & UML modelling. Could someone please assist by pointing me to relevant documentation.
Kind regards
Emmanuel
|
|
Back to top |
|
|
woboyle
Joined: 20 Feb 2004
Posts: 2
Location: Chelmsford, MA. USA
|
Posted: Fri Feb 20, 2004 7:34 pm Post subject:
|
|
|
UML models are tightly coupled with the Java language and provides bi-directional development in that changes in your model are reflected in your code, and vice-versa. The EMF models on the other hand are language-independent and support some features such as multiple inheritance that are not supported in the UML/java model environment. Also, primitive types are abstract and not language specific.
Hope this helps.
-Bill Boyle
|
|
Back to top |
|
|
|