*/
protected Command getCompleteCreateRelationshipCommand(
CreateRelationshipRequest req) {
if (DispelElementTypes.ConnectionExpression_4001 == req
.getElementType()) {
return getGEFWrapper(new ConnectionExpressionCreateCommand(req,
req.getSource(), req.getTarget()));
}
return null;
}