Open gdaniel opened 7 years ago
Right now we have in core ATL/OCL/Gremlin queries and processors, but each one needs its corresponding transformation.* subproject to work.
transformation.*
A better organization should be found, for example:
mogwai.core
mogwai.atl
mogwai.ocl
Right now we have in core ATL/OCL/Gremlin queries and processors, but each one needs its corresponding
transformation.*
subproject to work.A better organization should be found, for example:
mogwai.core
: all the abstract classes and Gremlin query processing classesmogwai.atl
: ATL query processing classes and the corresponding transformation projectmogwai.ocl
: OCL query processing classes and the corresponding transformation project