blob: 5607ee017efcf0465221de1a36dc50a2fcabcef1 [file] [log] [blame]
modeltype ECORE "strict" uses ecore('http://www.eclipse.org/emf/2002/Ecore');
transformation RootTransfForExtends(in eModel : ECORE, out outModel : ECORE);
query queryString() : String {
return "RootTransfForExtends-queryString";
}