Esempio n. 1
0
 /* To disconnect a bridge from the rest of the zone the bridge is in. */
 public void disconnect(Bridge b)
 {
     Logger.log("Disconnecting the bridge " + b.id + " from its zone.");
     b.disconnectBridge();
 }