TypeImport peImp = (TypeImport) imp;
EStructuralFeature eSF = peImp.eClass().getEStructuralFeature(
"type");
DispelType pe = (DispelType) peImp
.eGet(eSF, false);
if (pe.eIsProxy() && processingElements != null) {
String[] fragments = EcoreUtil.getURI(pe).fragment().split("_");