Uses of Class
jade.wrapper.AgentController

Packages that use AgentController
jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself.  
 

Uses of AgentController in jade.wrapper
 

Methods in jade.wrapper that return AgentController
 AgentController PlatformController.getAgent(java.lang.String localAgentName)
          Get agent proxy to local agent given its name.
 AgentController PlatformController.createNewAgent(java.lang.String nickName, java.lang.String className, java.lang.Object[] args)
          Create a new agent.
 AgentController ContainerController.getAgent(java.lang.String localAgentName)
          Get agent proxy to local agent given its name.
 AgentController ContainerController.createNewAgent(java.lang.String nickname, java.lang.String className, java.lang.Object[] args)
          Creates a new JADE agent, running within this container,
 AgentController ContainerController.acceptNewAgent(java.lang.String nickname, Agent anAgent)
          Add an Agent to this container.
 



JADE