Ejemplo n.º 1
0
 /**
  * Attributes the plasmid to an host (used for conjugation events)
  *
  * @param anHost
  */
 public void setHost(EpiBac anHost) {
   lastReception = SimTimer.getCurrentTime();
   lastExchange = -1.0;
   _host = anHost;
   setDefaultCopyNumber();
 }