ATL-Research / incremental-class2relational

1 stars 7 forks source link

Add reference solutions #7

Open goetzst opened 1 year ago

goetzst commented 1 year ago

To provide participants with solutions to refer to during development we want to add our currently existing solutions:

TheoLeCalvar commented 1 year ago

added ATOL solution with #13 adding ATL in #14

TheoLeCalvar commented 1 year ago

ATL solution was added with #14

goetzst commented 1 year ago

added java solutions with 8bed213a340e6cae45030b285be001a996c65472

TheoLeCalvar commented 1 year ago

Launching java solution using check_solution.sh java produce errors @goetzst I see you use your own generated Class metamodel, with the way I load source & change models it could lead to errors.

I had a similar issue with ATL version so now you can override the setupResourceSet() method to register your version of Class instead of the one provided with the abstract driver.