/** @see org.eclipse.gef.commands.Command#undo() */
 public void undo() {
   source.removeOutput(transition);
   target.removeInput(transition);
 }