Java – the relationship between GEF and GMF?

I am studying the eclipse modeling project and the summary of its subprojects It will not be published. Its only purpose is to help my colleagues, especially my boss, have a comprehensive impression of the subject

For better understanding, I took a diagram from the eclipse GEF user guide and modified it I want to show the relationship between GEF (Graphic Editing Framework) and GMF (graphic modeling framework) Did I do it right?

Solution

I'm afraid you haven't done it well, at least it's hard to understand the chart

I think it should look like this:

GMF
     /   \
  EMF     GEF
           \
           Draw2D

The generated GMF source uses EMF to process the data of the model and GEF to display / edit the data

Take a look at introducing the GMF runtime (component)

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>