|
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
umontreal.iro.lecuyer.contactcenters.app.params.StratSimParams
public class StratSimParams
Represents parameters specific to an experiment using independent replications and stratification.
Field Summary | |
---|---|
protected Integer |
numPilotRunsPerStratum
|
protected int |
numStrata
|
protected Boolean |
optimalAllocation
|
protected Integer |
selectedColumn
|
protected String |
selectedPerformanceMeasure
|
protected Integer |
selectedRow
|
protected String |
stratificationVariable
|
Fields inherited from class umontreal.iro.lecuyer.contactcenters.app.params.RepSimParams |
---|
maxReplications, minReplications, outReplications, 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 | |
---|---|
StratSimParams()
|
Method Summary | |
---|---|
int |
getNumPilotRunsPerStratum()
Gets the value of the numPilotRunsPerStratum property. |
int |
getNumStrata()
Gets the value of the numStrata property. |
int |
getSelectedColumn()
Gets the value of the selectedColumn property. |
String |
getSelectedPerformanceMeasure()
Gets the value of the selectedPerformanceMeasure property. |
int |
getSelectedRow()
Gets the value of the selectedRow property. |
String |
getStratificationVariable()
Gets the value of the stratificationVariable property. |
boolean |
isOptimalAllocation()
Gets the value of the optimalAllocation property. |
boolean |
isSetNumPilotRunsPerStratum()
|
boolean |
isSetNumStrata()
|
boolean |
isSetOptimalAllocation()
|
boolean |
isSetSelectedColumn()
|
boolean |
isSetSelectedPerformanceMeasure()
|
boolean |
isSetSelectedRow()
|
boolean |
isSetStratificationVariable()
|
void |
setNumPilotRunsPerStratum(int value)
Sets the value of the numPilotRunsPerStratum property. |
void |
setNumStrata(int value)
Sets the value of the numStrata property. |
void |
setOptimalAllocation(boolean value)
Sets the value of the optimalAllocation property. |
void |
setSelectedColumn(int value)
Sets the value of the selectedColumn property. |
void |
setSelectedPerformanceMeasure(String value)
Sets the value of the selectedPerformanceMeasure property. |
void |
setSelectedRow(int value)
Sets the value of the selectedRow property. |
void |
setStratificationVariable(String value)
Sets the value of the stratificationVariable property. |
void |
unsetNumPilotRunsPerStratum()
|
void |
unsetOptimalAllocation()
|
void |
unsetSelectedColumn()
|
void |
unsetSelectedRow()
|
Methods inherited from class umontreal.iro.lecuyer.contactcenters.app.params.RepSimParams |
---|
getMaxReplications, getMinReplications, getOutReplications, getOutReplications, getOutReplicationsLength, getPerPeriodCollectingMode, isSetMaxReplications, isSetMinReplications, isSetOutReplications, isSetPerPeriodCollectingMode, setMaxReplications, setMinReplications, setOutReplications, setOutReplications, setPerPeriodCollectingMode, unsetMaxReplications, unsetOutReplications |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int numStrata
protected Integer numPilotRunsPerStratum
protected String selectedPerformanceMeasure
protected Integer selectedRow
protected Integer selectedColumn
protected String stratificationVariable
protected Boolean optimalAllocation
Constructor Detail |
---|
public StratSimParams()
Method Detail |
---|
public int getNumStrata()
public void setNumStrata(int value)
public boolean isSetNumStrata()
public int getNumPilotRunsPerStratum()
Integer
public void setNumPilotRunsPerStratum(int value)
value
- allowed object is
Integer
public boolean isSetNumPilotRunsPerStratum()
public void unsetNumPilotRunsPerStratum()
public String getSelectedPerformanceMeasure()
String
public void setSelectedPerformanceMeasure(String value)
value
- allowed object is
String
public boolean isSetSelectedPerformanceMeasure()
public int getSelectedRow()
Integer
public void setSelectedRow(int value)
value
- allowed object is
Integer
public boolean isSetSelectedRow()
public void unsetSelectedRow()
public int getSelectedColumn()
Integer
public void setSelectedColumn(int value)
value
- allowed object is
Integer
public boolean isSetSelectedColumn()
public void unsetSelectedColumn()
public String getStratificationVariable()
String
public void setStratificationVariable(String value)
value
- allowed object is
String
public boolean isSetStratificationVariable()
public boolean isOptimalAllocation()
Boolean
public void setOptimalAllocation(boolean value)
value
- allowed object is
Boolean
public boolean isSetOptimalAllocation()
public void unsetOptimalAllocation()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |