| [news.eclipse.tools.emf] Re: Access EcoreModel instance |
Hi Ed!
All generated editors implement IEditingDomainProvider so you can cast the editor to that, get the editing domain, and from that you have access to the resource set in which all the resources being edited are kept.
Can I iterate to all EObjects within the model via this resource set?
Cheers harkon