I am working on a project where we use ATL to transform one ECore model instance to another. We have an XText editor set up to work with the target model, and would like to load the transformed model directly into the editor when it is started. Currently we have the instance as an XMI file on disk.
Is this possible? If so, how should we go about this?