/**
* @generated
*/
protected Command getCreateCommand(CreateElementRequest req) {
if (DispelElementTypes.InputConnection_3022 == req.getElementType()) {
return getGEFWrapper(new InputConnectionCreateCommand(req));
}
return super.getCreateCommand(req);
}