|
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.xmlbind.params.RandomVariateGenParams
public class RandomVariateGenParams
Gives parameters for a probability distribution and a random number generator constructed using SSJ.
Field Summary | |
---|---|
protected String |
distributionClass
|
protected Boolean |
estimateParameters
|
protected String |
generatorClass
|
protected Double |
lowerBound
|
protected double[] |
params
|
protected Double |
shift
|
protected Double |
upperBound
|
Constructor Summary | |
---|---|
RandomVariateGenParams()
|
Method Summary | |
---|---|
String |
getDistributionClass()
Gets the value of the distributionClass property. |
String |
getGeneratorClass()
Gets the value of the generatorClass property. |
double |
getLowerBound()
Gets the value of the lowerBound property. |
double[] |
getParams()
|
double |
getParams(int idx)
|
int |
getParamsLength()
|
double |
getShift()
Gets the value of the shift property. |
double |
getUpperBound()
Gets the value of the upperBound property. |
boolean |
isEstimateParameters()
Gets the value of the estimateParameters property. |
boolean |
isSetDistributionClass()
|
boolean |
isSetEstimateParameters()
|
boolean |
isSetGeneratorClass()
|
boolean |
isSetLowerBound()
|
boolean |
isSetParams()
|
boolean |
isSetShift()
|
boolean |
isSetUpperBound()
|
void |
setDistributionClass(String value)
Sets the value of the distributionClass property. |
void |
setEstimateParameters(boolean value)
Sets the value of the estimateParameters property. |
void |
setGeneratorClass(String value)
Sets the value of the generatorClass property. |
void |
setLowerBound(double value)
Sets the value of the lowerBound property. |
void |
setParams(double[] values)
|
double |
setParams(int idx,
double value)
|
void |
setShift(double value)
Sets the value of the shift property. |
void |
setUpperBound(double value)
Sets the value of the upperBound property. |
void |
unsetEstimateParameters()
|
void |
unsetLowerBound()
|
void |
unsetParams()
|
void |
unsetShift()
|
void |
unsetUpperBound()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double[] params
protected String distributionClass
protected String generatorClass
protected Double shift
protected Double lowerBound
protected Double upperBound
protected Boolean estimateParameters
Constructor Detail |
---|
public RandomVariateGenParams()
Method Detail |
---|
public double[] getParams()
Double
public double getParams(int idx)
Double
public int getParamsLength()
public void setParams(double[] values)
values
- allowed objects are
Double
public double setParams(int idx, double value)
value
- allowed object is
Double
public boolean isSetParams()
public void unsetParams()
public String getDistributionClass()
String
public void setDistributionClass(String value)
value
- allowed object is
String
public boolean isSetDistributionClass()
public String getGeneratorClass()
String
public void setGeneratorClass(String value)
value
- allowed object is
String
public boolean isSetGeneratorClass()
public double getShift()
Double
public void setShift(double value)
value
- allowed object is
Double
public boolean isSetShift()
public void unsetShift()
public double getLowerBound()
Double
public void setLowerBound(double value)
value
- allowed object is
Double
public boolean isSetLowerBound()
public void unsetLowerBound()
public double getUpperBound()
Double
public void setUpperBound(double value)
value
- allowed object is
Double
public boolean isSetUpperBound()
public void unsetUpperBound()
public boolean isEstimateParameters()
Boolean
public void setEstimateParameters(boolean value)
value
- allowed object is
Boolean
public boolean isSetEstimateParameters()
public void unsetEstimateParameters()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |