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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
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.
 
Methods inherited from interface com.genesyslab.ail.IdObject
getId, getObjectType
 

Method Detail

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.