Package | Description |
---|---|
jade.core |
This package contains the microkernel of JADE
system.
|
Modifier and Type | Method and Description |
---|---|
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.
|
AgentContainer |
Agent.getContainerController()
Return a controller for the container this agent lives in.
|