We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the paper[1] referenced from the README you use Eclipse OCL. Where are the OCL sources for the checks and transformations?
Further, since OCL is a query language, how did you implemented a transformation based on OCL?
Thanks,
[1]The Train Benchmark: cross-technology performance evaluation of continuous model queries
The text was updated successfully, but these errors were encountered:
I decided to remove OCL after 1.0 release, as I aimed to shift the focus of the benchmark to graph databases (in favour of MDE tools).
However, the code is still in the version control system's history:
https://github.com/FTSRG/trainbenchmark/blob/6490047d7449f9a4b66cec032b9377bfc06a54d2/trainbenchmark-tool-eclipseocl/src/main/java/hu/bme/mit/trainbenchmark/benchmark/eclipseocl/operations/EclipseOclModelOperationFactory.java#L99-L104
This shows that for OCL, the transformations are implemented using the vanilla EMF API.
Sorry, something went wrong.
No branches or pull requests
In the paper[1] referenced from the README you use Eclipse OCL. Where are the OCL sources for the checks and transformations?
Further, since OCL is a query language, how did you implemented a transformation based on OCL?
Thanks,
[1]The Train Benchmark: cross-technology performance evaluation of continuous model queries
The text was updated successfully, but these errors were encountered: