Examples of deadAgent()


Examples of jade.core.MainContainer.deadAgent()

     #CUSTOMJ2SE_INCLUDE_END*/
   
    private void deadAgent(AID name) throws NotFoundException {
      MainContainer impl = myContainer.getMain();
      if(impl != null) {
        impl.deadAgent(name, false);
        /*#CUSTOMJ2SE_INCLUDE_BEGIN
         notifyDead(name);
         #CUSTOMJ2SE_INCLUDE_END*/
      }
    }
 
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.