serialize ecl matchtrace [message #1162396] |
Wed, 30 October 2013 06:49  |
Eclipse User |
|
|
|
Hi,
I'm working on a project in which an ecl and an egl module are involved. I get it working together by using ant as is explained in the Epsilon Book. It seems to work. However for developing purposes i need to serialize my ecl matchTrace. In the way I'm working right now I must execute the ecl module each time I have to check the developing of the egl one. This situation cause to me a lot of wasted time. if i had a serialized model of the match trace I could work faster.
Can anyone help me?
|
|
|
|
|
|
|
|
|
|
Re: serialize ecl matchtrace [message #1865421 is a reply to message #1865406] |
Fri, 03 May 2024 04:39   |
Eclipse User |
|
|
|
Hi Chahrazed,
If you're talking about EVL, you can use the .satisfies operation in the guard to make an EVL constraint only run if another constraint is satisfied. See here:
https://eclipse.dev/epsilon/doc/evl/#capturing-dependencies-between-constraints
In regard to incremental execution, this is not supported by Epsilon at the moment, but we have a few projects in Epsilon Labs that touch on this. We have an incremental version of EVL for EMF models, and an incremental version of Picto for the web:
https://github.com/epsilonlabs/incremental-evl-emf
https://github.com/epsilonlabs/picto-web
These are research prototypes, however, and not quite ready for production yet.
Best,
Antonio
[Updated on: Fri, 03 May 2024 04:40] by Moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.08965 seconds