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?
It looks like what you want to do is load a model in a standalone Java application.