Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gemoc-dev] link between aspects and eObjects

Very quick answer:

https://github.com/eclipse/gemoc-studio-modeldebugging/blob/master/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/commons/K3DslHelper.java

Another lead is to look at the Variable view in the debugger perspective (it should be filled with attributes from Aspects)

Fabien

Le 2018-06-20 08:54, Julien DeAntoni a écrit :
Hello,

I'm developing a concurrent language (actually working on the gemoc
sigpml language). I'm using pure k3 to define the rewriting rules (no
Melange).

The execution worked fine. Now I want to customize the sirius odesign
to add an animation layer where runtime data (data defined in k3) can
be displayed.

I plan to use a java service to retrieve the data.

What is the entry point for that ? What class is supposed to provide
access to aspects from eObjects ?

thanks

julien


--
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/

_______________________________________________
gemoc-dev mailing list
gemoc-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/gemoc-dev


Back to the top