|
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.RandomStreamsParams
public class RandomStreamsParams
Defines parameters of the random streams used during an experiment based on simulation.
Field Summary | |
---|---|
protected Boolean |
caching
|
protected String |
streamClass
|
protected double[] |
streamSeed
|
Constructor Summary | |
---|---|
RandomStreamsParams()
|
Method Summary | |
---|---|
String |
getStreamClass()
Gets the value of the streamClass property. |
double[] |
getStreamSeed()
|
double |
getStreamSeed(int idx)
|
int |
getStreamSeedLength()
|
boolean |
isCaching()
Gets the value of the caching property. |
boolean |
isSetCaching()
|
boolean |
isSetStreamClass()
|
boolean |
isSetStreamSeed()
|
void |
setCaching(boolean value)
Sets the value of the caching property. |
void |
setStreamClass(String value)
Sets the value of the streamClass property. |
void |
setStreamSeed(double[] values)
|
double |
setStreamSeed(int idx,
double value)
|
void |
unsetCaching()
|
void |
unsetStreamSeed()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double[] streamSeed
protected String streamClass
protected Boolean caching
Constructor Detail |
---|
public RandomStreamsParams()
Method Detail |
---|
public double[] getStreamSeed()
Double
public double getStreamSeed(int idx)
Double
public int getStreamSeedLength()
public void setStreamSeed(double[] values)
values
- allowed objects are
Double
public double setStreamSeed(int idx, double value)
value
- allowed object is
Double
public boolean isSetStreamSeed()
public void unsetStreamSeed()
public String getStreamClass()
String
public void setStreamClass(String value)
value
- allowed object is
String
public boolean isSetStreamClass()
public boolean isCaching()
Boolean
public void setCaching(boolean value)
value
- allowed object is
Boolean
public boolean isSetCaching()
public void unsetCaching()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |