Package jade.core

Examples of jade.core.Agent.doMove()


      Agent a = myContainer.acquireLocalAgent(agentID);
     
      if(a == null) {
        throw new NotFoundException("Move-Agent failed to find " + agentID);
      }
      a.doMove(where);
     
      myContainer.releaseLocalAgent(agentID);
    }
   
    private void copyAgent(AID agentID, Location where, String newName) throws IMTPException, NotFoundException {
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.