|
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.params.MultiPeriodGenParams
public class MultiPeriodGenParams
Represents parameters for a random variate generator over multiple periods.
Nested Class Summary | |
---|---|
static class |
MultiPeriodGenParams.PeriodGen
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected RandomVariateGenParams |
defaultGen
|
protected String |
distributionClass
|
protected Boolean |
estimateParameters
|
protected String |
generatorClass
|
protected Double |
mult
|
protected List<MultiPeriodGenParams.PeriodGen> |
periodGen
|
protected RandomVariateGenParams |
preGen
|
protected Double |
shift
|
protected TimeUnitParam |
unit
|
protected RandomVariateGenParams |
wrapGen
|
Constructor Summary | |
---|---|
MultiPeriodGenParams()
|
Method Summary | |
---|---|
RandomVariateGenParams |
getDefaultGen()
Gets the value of the defaultGen property. |
String |
getDistributionClass()
Gets the value of the distributionClass property. |
String |
getGeneratorClass()
Gets the value of the generatorClass property. |
double |
getMult()
Gets the value of the mult property. |
List<MultiPeriodGenParams.PeriodGen> |
getPeriodGen()
Gets the value of the periodGen property. |
RandomVariateGenParams |
getPreGen()
Gets the value of the preGen property. |
double |
getShift()
Gets the value of the shift property. |
TimeUnitParam |
getUnit()
Gets the value of the unit property. |
RandomVariateGenParams |
getWrapGen()
Gets the value of the wrapGen property. |
boolean |
isEstimateParameters()
Gets the value of the estimateParameters property. |
boolean |
isSetDefaultGen()
|
boolean |
isSetDistributionClass()
|
boolean |
isSetEstimateParameters()
|
boolean |
isSetGeneratorClass()
|
boolean |
isSetMult()
|
boolean |
isSetPeriodGen()
|
boolean |
isSetPreGen()
|
boolean |
isSetShift()
|
boolean |
isSetUnit()
|
boolean |
isSetWrapGen()
|
void |
setDefaultGen(RandomVariateGenParams value)
Sets the value of the defaultGen property. |
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 |
setMult(double value)
Sets the value of the mult property. |
void |
setPreGen(RandomVariateGenParams value)
Sets the value of the preGen property. |
void |
setShift(double value)
Sets the value of the shift property. |
void |
setUnit(TimeUnitParam value)
Sets the value of the unit property. |
void |
setWrapGen(RandomVariateGenParams value)
Sets the value of the wrapGen property. |
void |
unsetEstimateParameters()
|
void |
unsetMult()
|
void |
unsetPeriodGen()
|
void |
unsetShift()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RandomVariateGenParams defaultGen
protected RandomVariateGenParams preGen
protected RandomVariateGenParams wrapGen
protected List<MultiPeriodGenParams.PeriodGen> periodGen
protected String distributionClass
protected String generatorClass
protected Double shift
protected Boolean estimateParameters
protected TimeUnitParam unit
protected Double mult
Constructor Detail |
---|
public MultiPeriodGenParams()
Method Detail |
---|
public RandomVariateGenParams getDefaultGen()
RandomVariateGenParams
public void setDefaultGen(RandomVariateGenParams value)
value
- allowed object is
RandomVariateGenParams
public boolean isSetDefaultGen()
public RandomVariateGenParams getPreGen()
RandomVariateGenParams
public void setPreGen(RandomVariateGenParams value)
value
- allowed object is
RandomVariateGenParams
public boolean isSetPreGen()
public RandomVariateGenParams getWrapGen()
RandomVariateGenParams
public void setWrapGen(RandomVariateGenParams value)
value
- allowed object is
RandomVariateGenParams
public boolean isSetWrapGen()
public List<MultiPeriodGenParams.PeriodGen> getPeriodGen()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the periodGen property.
For example, to add a new item, do as follows:
getPeriodGen().add(newItem);
Objects of the following type(s) are allowed in the list
MultiPeriodGenParams.PeriodGen
public boolean isSetPeriodGen()
public void unsetPeriodGen()
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 boolean isEstimateParameters()
Boolean
public void setEstimateParameters(boolean value)
value
- allowed object is
Boolean
public boolean isSetEstimateParameters()
public void unsetEstimateParameters()
public TimeUnitParam getUnit()
TimeUnitParam
public void setUnit(TimeUnitParam value)
value
- allowed object is
TimeUnitParam
public boolean isSetUnit()
public double getMult()
Double
public void setMult(double value)
value
- allowed object is
Double
public boolean isSetMult()
public void unsetMult()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |