just a short question. i am currently playing around with eol and the FixGMFGen.eol file trying to modify the .gmfgen model.
while i figured out how to access nodes further inside the model, i somehow fail to access the root node (GenEditorGenerator).
can someone please give me a hint?
thanks
I'm able to get hold of this using the following code:
var root = GmfGen!GenEditorGenerator.all.first();
root.println();
Cheers,
Dimitris
Marco.Kranz@fokus.fraunhofer.de wrote:
> hi
>
> just a short question. i am currently playing around with eol and the
> FixGMFGen.eol file trying to modify the .gmfgen model.
> while i figured out how to access nodes further inside the model, i
> somehow fail to access the root node (GenEditorGenerator).
> can someone please give me a hint?
> thanks
>
> marco