*/
protected Command getReorientRelationshipCommand(
ReorientRelationshipRequest req) {
switch (getVisualID(req)) {
case MethodCall2EditPart.VISUAL_ID:
return getGEFWrapper(new MethodCallReorientCommand(req));
}
return super.getReorientRelationshipCommand(req);
}