-
AgentGroup
Classes and Structs
| Name | Description |
|---|---|
agent_group(member_info) |
An agent group is defined as a set of agents that share a common ownership.This class stores agents and specific information about each member via the member_info type provided. |
add_member_error |
Base class for all errors returned from agent_group.AddMember. |
remove_member_error |
Base class for all errors returned from agent_group.RemoveMember. |
Interfaces
| Name | Description |
|---|---|
member_info_interface |
Interface that defines a class as being usable as member info in an agent group |
Functions
| Name | Description |
|---|---|
agent_group_interface |
Interface that defines a class as providing an agent group. |
agent_group |
An agent group is defined as a set of agents that share a common ownership.This class stores agents and specific information about each member via the member_info type provided. |