*/
protected Command getReorientReferenceRelationshipCommand(
ReorientReferenceRelationshipRequest req) {
switch (getVisualID(req)) {
case OneManyRelationTargetFeatureNodesEditPart.VISUAL_ID:
return getGEFWrapper(new OneManyRelationTargetFeatureNodesReorientCommand(
req));
}
return super.getReorientReferenceRelationshipCommand(req);
}