com.genesyslab.ail
Interface AgentGroup
- All Superinterfaces:
- IdObject
public interface AgentGroup
- extends IdObject
A group of agents, as defined in the configuration layer. Get the groups to which an agent
belongs to by calling the Agent.getAgentGroups() method.
|
Method Summary |
java.util.Collection |
getAgentIds()
Returns the agents in this group as a Collection of Ids. |
java.lang.String |
getName()
Returns the name of this AgentGroup. |
getName
java.lang.String getName()
- Returns the name of this
AgentGroup.
getAgentIds
java.util.Collection getAgentIds()
- Returns the agents in this group as a
Collection of Ids.