コード例 #1
0
 public void plugOut(Cable cable, Port endPort)
 {
     cable.unplug();
     this.connected    = false;
     endPort.connected = false;
 }