|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.xmlbind.NamedInfo
umontreal.iro.lecuyer.contactcenters.msk.model.AgentInfo
public class AgentInfo
Encapsulates the information concerning a specific agent in a call center model.
Constructor Summary | |
---|---|
AgentInfo(CallCenter cc,
AgentParams par)
Constructs a new agent information object using the call center model cc, and the agent parameters par. |
Method Summary | |
---|---|
Agent |
getAgent()
Returns the agent associated with this object. |
ScheduleShift |
getShift()
Returns an object representing the shift of the agent associated with this object. |
Methods inherited from class umontreal.iro.lecuyer.xmlbind.NamedInfo |
---|
getName, getProperties, getStringProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentInfo(CallCenter cc, AgentParams par)
cc
- the call center model.par
- the agent parameters.Method Detail |
---|
public Agent getAgent()
public ScheduleShift getShift()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |