Uses of Class
jade.core.Profile

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

Uses of Profile in jade.core
 

Subclasses of Profile in jade.core
 class ProfileImpl
          This class allows the JADE core to retrieve configuration-dependent classes and boot parameters.
 

Methods in jade.core with parameters of type Profile
 AgentContainer Runtime.createAgentContainer(Profile p)
          Creates a new agent container in the current JVM, providing access through a proxy object.
 AgentContainer Runtime.createMainContainer(Profile p)
          Creates a new main container in the current JVM, providing access through a proxy object.
 void Runtime.startUp(Profile p)
          Starts a JADE container in the Single-container modality.
 



JADE