I am trying to find a parser for OCL that can generate an ECore model File so that I can use model to model methods in order to transform the OCL statements into other language models, e.g OCL to SQL(but not only to SQL).

Does anyone know how to OCL to Ecore converter ?

link|improve this question
feedback

1 Answer

The MDT project supports OCL: http://www.eclipse.org/modeling/mdt/?project=ocl There is an EMF metamodel of the OCL language so you can use it for your transformation.

link|improve this answer
Thanks for the answer, from your experience(or maybe others experience), does this project know how to parse the ocl code and convert it into a model ? – Clint Sep 12 '11 at 12:30
I've never used that API but there is a Developer's Guide in the Eclipse Help with code snippet: help.eclipse.org/helios/index.jsp?nav=/40_0 – Laurent Legrand Sep 12 '11 at 12:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.