/** 在目标模型上删除该连接线 */
 public void detachTarget() {
   target.removeTargetConnection(this);
 }