Group Operations
Group operations are performed with the groupOp()
method of the AgentManager
. They are very similar to method invocations. The difference is that they require an array of MicroAgentID
targets and return an array of MicroAgentData
values.
A group operation effectively performs a method invocation simultaneously on all of the specified target microagents. It is useful for affecting a group of microagents in a single operation.