/**
  * Insert the method's description here. Creation date: (07/05/00 00:24:58)
  *
  * @param param Gdima.kernel.AgentAddress
  */
 public void desactivateWithFipa() {
   AgentManagementSystem.getDIMAams().removeAquaintance(this);
 }
 /**
  * Insert the method's description here. Creation date: (07/05/00 00:24:58)
  *
  * @param param Gdima.kernel.AgentAddress
  */
 public void activateWithFipa() {
   AgentManagementSystem.initAMS();
   final AgentEngine engine = new AgentEngine(this);
   AgentManagementSystem.getDIMAams().addAquaintance(this);
   engine.startUp();
 }