public interface AgentProvider
Modifier and Type | Method and Description |
---|---|
void |
allocateAgent(UniqueSimulationAgent agent)
Allocate an agent.
|
void |
freeAgent(UniqueSimulationAgent agent)
Free an agent
|
UniqueSimulationAgent[] |
getAgents(AgentParameter agentparameter)
Retrieve a list of available agents, fulfilling requirements as mentioned in agentparameter;
|
UniqueSimulationAgent[] getAgents(AgentParameter agentparameter)
p
- requirements the returned agents should fulfill.void allocateAgent(UniqueSimulationAgent agent)
agent
- to allocate.void freeAgent(UniqueSimulationAgent agent)
Copyright © 2013. All Rights Reserved.