Adds an Agent with a specific AgentIdentifier to an Agents.
Adds an Agent with a specific AgentIdentifier to an Agents. If the Agents object already contains an agent with the same AgentIdentifier, the corresponding Agent is replaced by the agent created by the Simulatable given in the argument.
When this message is sent to an AgentsManagerActor it will return an Option, containing the ActorRef if an Agent with the corresponding identifier exists, else None
When this message is sent to an AgentsManagerActor it will return an Option, containing the ActorRef if an Agent with the corresponding identifier exists, else None
the id of the Agent
When this message is sent to an AgentsManagerActor it will return a sequence of values which are an Option, containing the ActorRef if an Agent with the corresponding identifier exists, else None.
When this message is sent to an AgentsManagerActor it will return a sequence of values which are an Option, containing the ActorRef if an Agent with the corresponding identifier exists, else None. The return value with index
i
is the ActorRef for the AgentIdentifier with index
i
a sequence of AgentIdentifiers
Implement a AgentsManager by a backing AgentsManagerActor.
Implement a AgentsManager by a backing AgentsManagerActor. This may be used as a proxy to an AgentsManager, which may reside within an Actor
time-like
state-like
a ActorRef to a