|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentManager | |
---|---|
massim.framework | |
massim.server |
Uses of AgentManager in massim.framework |
---|
Classes in massim.framework that implement AgentManager | |
---|---|
class |
AgentProviderAgentManager
This agent manager will "create" agents by retrieving suitable agents from an agent provider. |
class |
DefaultAgentManager
This class provides some reasonable defaults for concurrentCreateAgent and concurrentGetAction, by delegating them to their blocking siblings using a new thread. |
Methods in massim.framework that return AgentManager | |
---|---|
AgentManager |
SimulationRun.getAgentmanager()
|
AgentManager |
DefaultSimulation.getAgentManager()
Retrieve the AgentManager that will be used for agent creation by this simulation. |
AgentManager |
Simulation.getAgentManager()
Retrieve the AgentManager that will be used for agent creation by this simulation. |
Methods in massim.framework with parameters of type AgentManager | |
---|---|
void |
SimulationRun.setAgentmanager(AgentManager agentmanager)
|
void |
DefaultSimulation.setAgentManager(AgentManager agentmanager)
|
void |
Simulation.setAgentManager(AgentManager agentmanager)
|
Uses of AgentManager in massim.server |
---|
Fields in massim.server declared as AgentManager | |
---|---|
protected AgentManager |
Server.agentmanager
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |