|
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.ConditionParams
umontreal.iro.lecuyer.contactcenters.msk.params.RoutingCaseParams
public class RoutingCaseParams
Represents a case inside a routing stage, and described using a routing condition along with vectors of ranks. If the vectors of ranks are omitted, no changes to priorities are performed if the condition applies.
Java class for RoutingCaseParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoutingCaseParams"> <complexContent> <extension base="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}ConditionParams"> <sequence> <group ref="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}VectorsOfRanks" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected double[] |
agentGroupRanks
|
protected Named |
agentGroupRanksFunc
|
protected double[] |
agentGroupRanksRel
|
protected double[] |
queueRanks
|
protected Named |
queueRanksFunc
|
protected double[] |
queueRanksRel
|
Fields inherited from class umontreal.iro.lecuyer.contactcenters.msk.params.ConditionParams |
---|
all, custom, either, fracBusyAgents, fracBusyAgentsThresh, numFreeAgents, numFreeAgentsThresh, queueSizes, queueSizeThresh, stat |
Constructor Summary | |
---|---|
RoutingCaseParams()
|
Method Summary | |
---|---|
double[] |
getAgentGroupRanks()
|
double |
getAgentGroupRanks(int idx)
|
Named |
getAgentGroupRanksFunc()
Gets the value of the agentGroupRanksFunc property. |
int |
getAgentGroupRanksLength()
|
double[] |
getAgentGroupRanksRel()
|
double |
getAgentGroupRanksRel(int idx)
|
int |
getAgentGroupRanksRelLength()
|
double[] |
getQueueRanks()
|
double |
getQueueRanks(int idx)
|
Named |
getQueueRanksFunc()
Gets the value of the queueRanksFunc property. |
int |
getQueueRanksLength()
|
double[] |
getQueueRanksRel()
|
double |
getQueueRanksRel(int idx)
|
int |
getQueueRanksRelLength()
|
boolean |
isSetAgentGroupRanks()
|
boolean |
isSetAgentGroupRanksFunc()
|
boolean |
isSetAgentGroupRanksRel()
|
boolean |
isSetQueueRanks()
|
boolean |
isSetQueueRanksFunc()
|
boolean |
isSetQueueRanksRel()
|
void |
setAgentGroupRanks(double[] values)
|
double |
setAgentGroupRanks(int idx,
double value)
|
void |
setAgentGroupRanksFunc(Named value)
Sets the value of the agentGroupRanksFunc property. |
void |
setAgentGroupRanksRel(double[] values)
|
double |
setAgentGroupRanksRel(int idx,
double value)
|
void |
setQueueRanks(double[] values)
|
double |
setQueueRanks(int idx,
double value)
|
void |
setQueueRanksFunc(Named value)
Sets the value of the queueRanksFunc property. |
void |
setQueueRanksRel(double[] values)
|
double |
setQueueRanksRel(int idx,
double value)
|
void |
unsetAgentGroupRanks()
|
void |
unsetAgentGroupRanksRel()
|
void |
unsetQueueRanks()
|
void |
unsetQueueRanksRel()
|
Methods inherited from class umontreal.iro.lecuyer.contactcenters.msk.params.ConditionParams |
---|
getAll, getCustom, getEither, getFracBusyAgents, getFracBusyAgentsThresh, getNumFreeAgents, getNumFreeAgentsThresh, getQueueSizes, getQueueSizeThresh, getStat, isSetAll, isSetCustom, isSetEither, isSetFracBusyAgents, isSetFracBusyAgentsThresh, isSetNumFreeAgents, isSetNumFreeAgentsThresh, isSetQueueSizes, isSetQueueSizeThresh, isSetStat, setAll, setCustom, setEither, setFracBusyAgents, setFracBusyAgentsThresh, setNumFreeAgents, setNumFreeAgentsThresh, setQueueSizes, setQueueSizeThresh, setStat |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double[] agentGroupRanks
protected double[] agentGroupRanksRel
protected Named agentGroupRanksFunc
protected double[] queueRanks
protected double[] queueRanksRel
protected Named queueRanksFunc
Constructor Detail |
---|
public RoutingCaseParams()
Method Detail |
---|
public double[] getAgentGroupRanks()
Double
public double getAgentGroupRanks(int idx)
Double
public int getAgentGroupRanksLength()
public void setAgentGroupRanks(double[] values)
values
- allowed objects are
Double
public double setAgentGroupRanks(int idx, double value)
value
- allowed object is
Double
public boolean isSetAgentGroupRanks()
public void unsetAgentGroupRanks()
public double[] getAgentGroupRanksRel()
Double
public double getAgentGroupRanksRel(int idx)
Double
public int getAgentGroupRanksRelLength()
public void setAgentGroupRanksRel(double[] values)
values
- allowed objects are
Double
public double setAgentGroupRanksRel(int idx, double value)
value
- allowed object is
Double
public boolean isSetAgentGroupRanksRel()
public void unsetAgentGroupRanksRel()
public Named getAgentGroupRanksFunc()
Named
public void setAgentGroupRanksFunc(Named value)
value
- allowed object is
Named
public boolean isSetAgentGroupRanksFunc()
public double[] getQueueRanks()
Double
public double getQueueRanks(int idx)
Double
public int getQueueRanksLength()
public void setQueueRanks(double[] values)
values
- allowed objects are
Double
public double setQueueRanks(int idx, double value)
value
- allowed object is
Double
public boolean isSetQueueRanks()
public void unsetQueueRanks()
public double[] getQueueRanksRel()
Double
public double getQueueRanksRel(int idx)
Double
public int getQueueRanksRelLength()
public void setQueueRanksRel(double[] values)
values
- allowed objects are
Double
public double setQueueRanksRel(int idx, double value)
value
- allowed object is
Double
public boolean isSetQueueRanksRel()
public void unsetQueueRanksRel()
public Named getQueueRanksFunc()
Named
public void setQueueRanksFunc(Named value)
value
- allowed object is
Named
public boolean isSetQueueRanksFunc()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |