Ejemplo n.º 1
0
 /**
  * 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);
 }
Ejemplo n.º 2
0
 /**
  * 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();
 }