public interface CommandCollector
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Command> |
getAgentCommands(java.util.Collection<AgentProxy> agents,
int timestep)
Collect all commands from agents.
|
void |
initialise(Config config)
Initialise this command collector.
|
java.util.Collection<Command> getAgentCommands(java.util.Collection<AgentProxy> agents, int timestep) throws java.lang.InterruptedException
agents - The agents.timestep - The timestep.java.lang.InterruptedException - If the thread is interrupted.void initialise(Config config)
config - The kernel configuration.