|
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.CallCenterStatMP
public class CallCenterStatMP
Provides a merged view of several single-period
CallCenterStat
instances.
More specifically, for each supported type of
performance measure,
a matrix of tallies resulting from the concatenation
of all single-column matrices concerning
the same type of performance measure can be obtained through this object.
An object of this class is constructed using an array of
CallCenterStat
instances.
Any update to these sets of statistical probes are
reflected on the merged view.
Matrices of statistical probes regrouping statistics for
each separate period, for a given type of performance measure,
can be obtained by using the method getMatrixOfStatProbes(PerformanceMeasureType)
.
Constructor Summary | |
---|---|
CallCenterStatMP()
|
|
CallCenterStatMP(CallCenterCTMC[] ctmc,
CallCenterStat[] ccStat)
Constructs a new set of statistical probes from the given (P + 1)-dimensional arrays of CTMCs and period-specific statistical counters. |
Method Summary | |
---|---|
void |
formatReport(Map<String,Object> evalInfo,
double[] numExpectedTransitions)
Adds statistical information about the number of transitions during each period to a map of evaluation information. |
Map<PerformanceMeasureType,MatrixOfStatProbes<?>> |
getMatricesOfStatProbes()
|
MatrixOfStatProbes<?> |
getMatrixOfStatProbes(PerformanceMeasureType m)
|
PerformanceMeasureType[] |
getPerformanceMeasures()
|
void |
init()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallCenterStatMP()
public CallCenterStatMP(CallCenterCTMC[] ctmc, CallCenterStat[] ccStat)
ctmc
- the array of CTMCs.ccStat
- the array of statistical probes.Method Detail |
---|
public PerformanceMeasureType[] getPerformanceMeasures()
public Map<PerformanceMeasureType,MatrixOfStatProbes<?>> getMatricesOfStatProbes()
public MatrixOfStatProbes<?> getMatrixOfStatProbes(PerformanceMeasureType m)
public void init()
public void formatReport(Map<String,Object> evalInfo, double[] numExpectedTransitions)
ContactCenterEval.getEvalInfo()
, and
generated information is displayed in reports produced by a simulator.
evalInfo
- the evaluation information.numExpectedTransitions
- the expected number of transitions, for
each period.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |