I would like to know if these are the options available for querying a
EMF model:
1. Traversing your model manually
2. Using EMF Query
3. Using EMF Query (with OCL)
4. Using Teneo and running a SQL like query (Of course, if database
persistency is not intended this wouldn't be a solution)
5. Using CDO (don't know if CDO integration would be advisable for non
client-server applications)
....
Is there any solution like JoSQL (http://josql.sourceforge.net/) with
which I could run a SQL like query on a EMF model?