I've generated an editor for my metamodel with Eugenia and now I'm trying to find a way to execute a manually written code inserted in the automatic generated java implementation of "op1". I marked the implementation of "op1" as "generated NOT" and added a dummy, for example, system.out.println("anything"). How can I call the method "op1" while I'm running the generated GMF Editor?