Uses of Interface
jade.core.MainContainer

Packages that use MainContainer
jade.core This package contains the microkernel of JADE system. 
 

Uses of MainContainer in jade.core
 

Classes in jade.core that implement MainContainer
 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.
 

Methods in jade.core that return MainContainer
 MainContainer AgentContainer.getMain()