|
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.contactcenters.ctmc.InitStateThresh
public class InitStateThresh
Used to initialize vectors of thresholds automatically. This program provides
a method getThresholds(CallCenterCTMC,int,int,boolean)
returning a matrix of
thresholds. The program can also be called from the command-line to perform
the initialization.
Constructor Summary | |
---|---|
InitStateThresh()
|
Method Summary | |
---|---|
static int[][] |
getThresholds(CallCenterCTMC ctmc,
int numStateThresh,
int numGroupSlices,
boolean threshOnQueueSize)
Returns a matrix with numStateThresh*numGroupSlices rows representing vectors of thresholds. |
static void |
main(String[] args)
Main method of the class, to be called from the command-line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitStateThresh()
Method Detail |
---|
public static int[][] getThresholds(CallCenterCTMC ctmc, int numStateThresh, int numGroupSlices, boolean threshOnQueueSize)
ctmc
- the call center CTMC model.numStateThresh
- the number of vectors of thresholds on the state.numGroupSlices
- the number of slices for the number of agents in groups.
NullPointerException
- if ctmc is null.
IllegalArgumentException
- if numStateThresh or numGroupSlices are
smaller than 1.public static void main(String[] args)
args
- the command-line arguments of the program.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |