blob: 193ba87f21dcf75986d9e6cbc3cd603fb652a47f [file] [log] [blame]
modeltype ECORE uses "http://www.eclipse.org/emf/2002/Ecore";
transformation simple(in ecore : ECORE, out outEcore : ECORE);
mapping main(out eCls : EClass) {
init {
eCls := object EClass { name := 'new' };
}
}