public class StandardAgentRegistrar extends java.lang.Object implements AgentRegistrar
Constructor and Description |
---|
StandardAgentRegistrar() |
Modifier and Type | Method and Description |
---|---|
void |
registerAgents(WorldModel<? extends Entity> world,
Config config,
ComponentManager manager)
Process a WorldModel and Config and tell the ComponentManager which entities are agent-controlled and what they can see on connection.
|
public void registerAgents(WorldModel<? extends Entity> world, Config config, ComponentManager manager) throws KernelException
AgentRegistrar
registerAgents
in interface AgentRegistrar
world
- The WorldModel.config
- The Config.manager
- The ComponentManager.KernelException
- If there is a problem registering agents.