/** 在源模型上删除该连接线 */
 public void detachSource() {
   source.removeSourceConnection(this);
 }