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