|
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.CallSourceManager
public class CallSourceManager
Represents information concerning a call source, i.e., an arrival process or a dialer.
Constructor Summary | |
---|---|
CallSourceManager(CallCenter cc,
CallSourceParams par)
Constructs a new call source information object with the given call center and call source parameters. |
Method Summary | |
---|---|
double[] |
getSourceToggleTimes()
Returns the source toggle times. |
boolean |
isSourceEnabled()
Returns true if the concerned call source is enabled, i.e., if it produces calls. |
void |
setSourceToggleTimes(double[] sourceToggleTimes)
|
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 CallSourceManager(CallCenter cc, CallSourceParams par)
cc
- the call center model.par
- the call source parameters.Method Detail |
---|
public boolean isSourceEnabled()
public double[] getSourceToggleTimes()
public void setSourceToggleTimes(double[] sourceToggleTimes)
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |