* @generated
*/
protected Command getCreateCommand(CreateElementRequest req) {
if (DispelElementTypes.LocalVariableStatement_2001 == req
.getElementType()) {
return getGEFWrapper(new LocalVariableStatementCreateCommand(req));
}
if (DispelElementTypes.ConnectionInitialization_2002 == req
.getElementType()) {
return getGEFWrapper(new ConnectionInitializationCreateCommand(req));
}