-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
call emf implementation instead of K3 when the EOperation is declared in the ecore #105
Comments
PS: only in pure sequential implementation |
I haven't looked in detail yet, but this probably means that either a |
On 08/24/2018 05:09 PM, Didier Vojtisek wrote:
'import static extension
they are correctly set
…--
Julien Deantoni
Associate Professor
I3S Lab - UMR 7271 -KAIROS
INRIA Sophia Antipolis Méditerranée
2004 rte des Lucioles (Lagrange L-041)
BP93, F-06902 Sophia Antipolis Cedex, France
tel: +334 92 38 77 66
http://www.i3s.unice.fr/~deantoni/
Don’t take life too seriously! Nobody gets out alive anyway.(Dawn Gluskin)
|
the annotation @ReplaceAspectMetthod is missing on the FSMAspect.run() method cf. http://diverse-project.github.io/k3/publish/user_documentation/html_single/user_documentation.html#_replacing_a_method_of_the_base_class that's why the aspectJ code was not generated in your example |
arf, thanks a lot. It works like a charm now... thanks ! |
I used your example to improve k3 documentation about this. |
Hey,
when an EOperation is declared in Ecore and defined in K3, the emf implementation is called.
The aspects are well declared in the.dsl file.
Other methods (like the initialization one) are working OK.
I join one example to reproduce the problem.
languagewb.zip
org.gemoc.models17.example.zip
The text was updated successfully, but these errors were encountered: