Our lab is not only about research: we do a lot of development using Java, Python, Javascript, Haskell and other languages in combination with advanced libraries and frameworks. This development experience was very helpful during my job interviews, and employers were impressed by the projects we develop here in the lab.
Ecore to Clafer Translator
Ecore2Clafer is a small tool that translates Ecore meta-models to Clafer. It does not handle OCL constraints.
The attached jar file contains source code, class files and required libraries.
You can run the tool with command:
java -jar ecore2clafer.jar inputFile.ecore
where inputFile stands for Ecore file with EMF meta-model. The tool produces corresponding Clafer model and prints it out.
Attachment | Size |
---|---|
ecore2clafer.jar | 1.3 MB |