.getElementType()) {
return getGEFWrapper(new LocalVariableStatementCreateCommand(req));
}
if (DispelElementTypes.ConnectionInitialization_2002 == req
.getElementType()) {
return getGEFWrapper(new ConnectionInitializationCreateCommand(req));
}
if (DispelElementTypes.DispelFunction_2003 == req.getElementType()) {
return getGEFWrapper(new DispelFunctionCreateCommand(req));
}
if (DispelElementTypes.ConnectionStatement_2004 == req.getElementType()) {