|
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.app.params.SimParams
umontreal.iro.lecuyer.contactcenters.app.params.RepSimParams
public class RepSimParams
Represents parameters for a contact center simulation using independent replications to evaluate performance measures for a finite horizon and possibly non-stationary system.
| Field Summary | |
|---|---|
protected Integer |
maxReplications
|
protected int |
minReplications
|
protected int[] |
outReplications
|
protected PerPeriodCollectingMode |
perPeriodCollectingMode
|
| Fields inherited from class umontreal.iro.lecuyer.contactcenters.app.params.SimParams |
|---|
callTrace, controlVariables, cpuTimeLimit, enableChrono, estimateContactTypeAgentGroup, keepObs, normalizeToDefaultUnit, randomStreams, report, restrictToPrintedStat, sequentialSampling |
| Constructor Summary | |
|---|---|
RepSimParams()
|
|
| Method Summary | |
|---|---|
int |
getMaxReplications()
Gets the value of the maxReplications property. |
int |
getMinReplications()
Gets the value of the minReplications property. |
int[] |
getOutReplications()
|
int |
getOutReplications(int idx)
|
int |
getOutReplicationsLength()
|
PerPeriodCollectingMode |
getPerPeriodCollectingMode()
Gets the value of the perPeriodCollectingMode property. |
boolean |
isSetMaxReplications()
|
boolean |
isSetMinReplications()
|
boolean |
isSetOutReplications()
|
boolean |
isSetPerPeriodCollectingMode()
|
void |
setMaxReplications(int value)
Sets the value of the maxReplications property. |
void |
setMinReplications(int value)
Sets the value of the minReplications property. |
void |
setOutReplications(int[] values)
|
int |
setOutReplications(int idx,
int value)
|
void |
setPerPeriodCollectingMode(PerPeriodCollectingMode value)
Sets the value of the perPeriodCollectingMode property. |
void |
unsetMaxReplications()
|
void |
unsetOutReplications()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[] outReplications
protected int minReplications
protected Integer maxReplications
protected PerPeriodCollectingMode perPeriodCollectingMode
| Constructor Detail |
|---|
public RepSimParams()
| Method Detail |
|---|
public int[] getOutReplications()
Integerpublic int getOutReplications(int idx)
Integerpublic int getOutReplicationsLength()
public void setOutReplications(int[] values)
values - allowed objects are
Integer
public int setOutReplications(int idx,
int value)
value - allowed object is
Integerpublic boolean isSetOutReplications()
public void unsetOutReplications()
public int getMinReplications()
public void setMinReplications(int value)
public boolean isSetMinReplications()
public int getMaxReplications()
Integerpublic void setMaxReplications(int value)
value - allowed object is
Integerpublic boolean isSetMaxReplications()
public void unsetMaxReplications()
public PerPeriodCollectingMode getPerPeriodCollectingMode()
PerPeriodCollectingModepublic void setPerPeriodCollectingMode(PerPeriodCollectingMode value)
value - allowed object is
PerPeriodCollectingModepublic boolean isSetPerPeriodCollectingMode()
|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||