public abstract class DefaultAgentManager extends Object implements AgentManager
Constructor and Description |
---|
DefaultAgentManager() |
Modifier and Type | Method and Description |
---|---|
Future<SimulationAgent> |
concurrentCreateAgent(AgentParameter params)
This is the non-blocking version of createAgent.
|
void |
start()
Tell the component to start activity.
|
void |
stop()
Tell the component to cease activity.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAgent
public Future<SimulationAgent> concurrentCreateAgent(AgentParameter params)
AgentManager
concurrentCreateAgent
in interface AgentManager
public void start()
Component
Copyright © 2013. All Rights Reserved.