|
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.msk.params.ProducedCallTypeParams
public class ProducedCallTypeParams
Determines the parameters of a call type produced by a call source.
Field Summary | |
---|---|
protected Double |
probability
|
protected double[] |
probPeriod
|
protected int |
type
|
Constructor Summary | |
---|---|
ProducedCallTypeParams()
|
Method Summary | |
---|---|
double |
getProbability()
Gets the value of the probability property. |
double[] |
getProbPeriod()
|
double |
getProbPeriod(int idx)
|
int |
getProbPeriodLength()
|
int |
getType()
Gets the value of the type property. |
boolean |
isSetProbability()
|
boolean |
isSetProbPeriod()
|
boolean |
isSetType()
|
void |
setProbability(double value)
Sets the value of the probability property. |
void |
setProbPeriod(double[] values)
|
double |
setProbPeriod(int idx,
double value)
|
void |
setType(int value)
Sets the value of the type property. |
void |
unsetProbability()
|
void |
unsetProbPeriod()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double[] probPeriod
protected int type
protected Double probability
Constructor Detail |
---|
public ProducedCallTypeParams()
Method Detail |
---|
public double[] getProbPeriod()
Double
public double getProbPeriod(int idx)
Double
public int getProbPeriodLength()
public void setProbPeriod(double[] values)
values
- allowed objects are
Double
public double setProbPeriod(int idx, double value)
value
- allowed object is
Double
public boolean isSetProbPeriod()
public void unsetProbPeriod()
public int getType()
public void setType(int value)
public boolean isSetType()
public double getProbability()
Double
public void setProbability(double value)
value
- allowed object is
Double
public boolean isSetProbability()
public void unsetProbability()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |