/**
* @generated
*/
protected CommandResult doExecuteWithResult(IProgressMonitor monitor,
IAdaptable info) throws ExecutionException {
OutputConnection newElement = ParametersFactory.eINSTANCE
.createOutputConnection();
ProcessingElement owner = (ProcessingElement) getElementToEdit();
owner.getProcessingElementParameters().add(newElement);