if (setting.getEStructuralFeature() != ReferencesPackage.eINSTANCE
.getMethodCall_Call()
|| false == setting.getEObject() instanceof MethodCall) {
continue;
}
MethodCall link = (MethodCall) setting.getEObject();
if (MethodCall2EditPart.VISUAL_ID != DispelVisualIDRegistry
.getLinkWithClassVisualID(link)) {
continue;
}
if (false == link.eContainer() instanceof ProcessingElementMethodDefinition) {
continue;
}
ProcessingElementMethodDefinition container = (ProcessingElementMethodDefinition) link
.eContainer();
result.add(new DispelLinkDescriptor(container, target, link,
DispelElementTypes.MethodCall_4002,
MethodCall2EditPart.VISUAL_ID));