如何从 gmf 编辑器迭代我的 emf 模型而不解析 xml 模型文件?
我已经成功创建了一个 GMF 编辑器,它根据我的 EMF 模型绘制模型。我想做的是迭代我的模型的 EClasses 。这可以通过我的插件代码在运行时实现,而无需读取 gmf 编辑器的 xml 文件吗?创建?EMF 有这样的 API 吗?
I have successfully created a GMF editor which draws models based on my EMF model.What i wanted to do is to iterate through my model's EClasses .Can this be achieved at runtime through my plugin code without having to read the xml file that the gmf editor creates ?Is there such an API from EMF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您从 genmodel 文件生成测试代码时,在 XYZ.test 插件内部有我正在搜索的此类代码。它遍历模型的 xmi 文件
When you generate test code from the genmodel file then inside the XYZ.test plugin there is such type of code that i was searching.It traverses through the xmi file of your model