Uses of Interface
jade.core.AgentManager

Packages that use AgentManager
jade.core This package contains the microkernel of JADE system. 
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. 
 

Uses of AgentManager in jade.core
 

Classes in jade.core that implement AgentManager
 class MainContainerImpl
          This class is a concrete implementation of the JADE main container, providing runtime support to JADE agents, and the special, front end container where the AMS and the Default DF can run.
 

Uses of AgentManager in jade.domain
 

Constructors in jade.domain with parameters of type AgentManager
ams(AgentManager ap)
          This constructor creates a new AMS agent.