protected CommandResult doExecuteWithResult(IProgressMonitor monitor,
IAdaptable info) throws ExecutionException {
ProcessingElementAnonymousDefinition newElement = CoreFactory.eINSTANCE
.createProcessingElementAnonymousDefinition();
DispelFunction owner = (DispelFunction) getElementToEdit();
owner.setSignature(newElement);
doConfigure(newElement, monitor, info);
((CreateElementRequest) getRequest()).setNewElement(newElement);
return CommandResult.newOKCommandResult(newElement);