eclipsextextemf

how to read an instance model file of DSL created using EMF and XText?


I have an AADL instance file. AADL is a modelling language using XText and EMF. I want to load that AADL instance file into my java program and access its components. How can i approach to this problem?


Solution

  • It looks like what you want to do is load a model in a standalone Java application.