public interface AgentManager extends Component
Modifier and Type | Method and Description |
---|---|
Future<SimulationAgent> |
concurrentCreateAgent(AgentParameter m)
This is the non-blocking version of createAgent.
|
SimulationAgent |
createAgent(AgentParameter parameter)
Create an agent that fulfills criteria mentioned in parameter.
|
SimulationAgent createAgent(AgentParameter parameter)
parameter
- agent creation criteriaFuture<SimulationAgent> concurrentCreateAgent(AgentParameter m)
m
- Copyright © 2013. All Rights Reserved.