|
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.SequentialSamplingParams
public class SequentialSamplingParams
Defines parameters for sequential sampling based on some type of performance measure.
Field Summary | |
---|---|
protected double |
confidenceLevel
|
protected Boolean |
globalOnly
|
protected String |
measure
|
protected double |
targetError
|
Constructor Summary | |
---|---|
SequentialSamplingParams()
|
Method Summary | |
---|---|
double |
getConfidenceLevel()
Gets the value of the confidenceLevel property. |
String |
getMeasure()
Gets the value of the measure property. |
double |
getTargetError()
Gets the value of the targetError property. |
boolean |
isGlobalOnly()
Gets the value of the globalOnly property. |
boolean |
isSetConfidenceLevel()
|
boolean |
isSetGlobalOnly()
|
boolean |
isSetMeasure()
|
boolean |
isSetTargetError()
|
void |
setConfidenceLevel(double value)
Sets the value of the confidenceLevel property. |
void |
setGlobalOnly(boolean value)
Sets the value of the globalOnly property. |
void |
setMeasure(String value)
Sets the value of the measure property. |
void |
setTargetError(double value)
Sets the value of the targetError property. |
void |
unsetGlobalOnly()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String measure
protected double targetError
protected double confidenceLevel
protected Boolean globalOnly
Constructor Detail |
---|
public SequentialSamplingParams()
Method Detail |
---|
public String getMeasure()
String
public void setMeasure(String value)
value
- allowed object is
String
public boolean isSetMeasure()
public double getTargetError()
public void setTargetError(double value)
public boolean isSetTargetError()
public double getConfidenceLevel()
public void setConfidenceLevel(double value)
public boolean isSetConfidenceLevel()
public boolean isGlobalOnly()
Boolean
public void setGlobalOnly(boolean value)
value
- allowed object is
Boolean
public boolean isSetGlobalOnly()
public void unsetGlobalOnly()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |