|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContactCenterSimWithObservations
Represents a contact simulator capable of returning individual observations for performance measures.
Method Summary | |
---|---|
double[] |
getObs(PerformanceMeasureType pm,
int row,
int column)
Returns an array containing the observations for a performance measure of type pm, identified by row row and column column. |
int |
numberObs(PerformanceMeasureType pm,
int row,
int column)
Returns the number of observations available for a performance measure of type pm, identified by row row and column column. |
Methods inherited from interface umontreal.iro.lecuyer.contactcenters.app.ContactCenterSim |
---|
eval, getAutoResetStartStream, getCompletedSteps, getConfidenceInterval, getConfidenceLevel, getMatrixOfFunctionOfMultipleMeansTallies, getMatrixOfStatProbes, getMatrixOfTallies, getMax, getMin, getSeqSampEachEval, getVariance, newSeeds, resetNextSubstream, resetStartStream, resetStartSubstream, setAutoResetStartStream, setConfidenceLevel, setSeqSampEachEval |
Methods inherited from interface umontreal.iro.lecuyer.contactcenters.app.ContactCenterEval |
---|
formatStatistics, formatStatisticsExcel, formatStatisticsLaTeX, getEvalInfo, getEvalOption, getEvalOptions, getPerformanceMeasure, getPerformanceMeasures, getReportParams, hasEvalOption, hasPerformanceMeasure, isVerbose, reset, seemsUnstable, setEvalOption, setReportParams, setVerbose |
Method Detail |
---|
int numberObs(PerformanceMeasureType pm, int row, int column)
NoSuchElementException
.
pm
- the type of performance measure.row
- the row of the performance measure.column
- the column of the performance measure.
NoSuchElementException
- if the observations are not available for the given
performance measure.
IndexOutOfBoundsException
- if row or column are out of bounds.double[] getObs(PerformanceMeasureType pm, int row, int column)
NoSuchElementException
.
pm
- the type of performance measure.row
- the row of the performance measure.column
- the column of the performance measure.
NoSuchElementException
- if the observations are not available for the given
performance measure.
IndexOutOfBoundsException
- if row or column are out of bounds.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |