Package jade.domain.JADEAgentManagement

Examples of jade.domain.JADEAgentManagement.DebugOn.addDebuggedAgents()


    try {
      ACLMessage msg = getRequest();
      msg.setOntology(JADEManagementOntology.NAME);
      DebugOn dbgOn = new DebugOn();
      dbgOn.setDebugger(getAID());
      dbgOn.addDebuggedAgents(name);
      Action a = new Action();
      a.setActor(getAMS());
      a.setAction(dbgOn);
     
      getContentManager().fillContent(msg, a);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.