Package | Description |
---|---|
massim.framework | |
massim.server |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SimulationRun.setAgentmanager(AgentManager agentmanager) |
void |
DefaultSimulation.setAgentManager(AgentManager agentmanager) |
void |
Simulation.setAgentManager(AgentManager agentmanager) |
Modifier and Type | Field and Description |
---|---|
protected AgentManager |
Server.agentmanager |
Copyright © 2013. All Rights Reserved.