ConnectionExpression link = container.getExpression();
if (ConnectionExpressionEditPart.VISUAL_ID != DispelVisualIDRegistry
.getLinkWithClassVisualID(link)) {
return result;
}
ConnectionEnabledElement dst = link.getValue();
ConnectionEnabledElement src = link.getChild();
if (src != source) {
return result;
}
result.add(new DispelLinkDescriptor(src, dst, link,
DispelElementTypes.ConnectionExpression_4001,