|
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.IndexThreshParams
public class IndexThreshParams
Contains the parameters for a condition comparing an indexed quantity, e.g., the service level for a given call type, with a fixed threshold. The index for the quantity to be compared is given by the
<?xml version="1.0" encoding="UTF-8"?><tt xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://www.iro.umontreal.ca/lecuyer/contactcenters" xmlns:ccapp="http://www.iro.umontreal.ca/lecuyer/contactcenters/app" xmlns:ccmsk="http://www.iro.umontreal.ca/lecuyer/contactcenters/msk" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:ssj="http://www.iro.umontreal.ca/lecuyer/ssj" xmlns:xsd="http://www.w3.org/2001/XMLSchema">index</tt>attribute while the threshold is set up using the
<?xml version="1.0" encoding="UTF-8"?><tt xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://www.iro.umontreal.ca/lecuyer/contactcenters" xmlns:ccapp="http://www.iro.umontreal.ca/lecuyer/contactcenters/app" xmlns:ccmsk="http://www.iro.umontreal.ca/lecuyer/contactcenters/msk" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:ssj="http://www.iro.umontreal.ca/lecuyer/ssj" xmlns:xsd="http://www.w3.org/2001/XMLSchema">threshold</tt>attribute. The
<?xml version="1.0" encoding="UTF-8"?><tt xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://www.iro.umontreal.ca/lecuyer/contactcenters" xmlns:ccapp="http://www.iro.umontreal.ca/lecuyer/contactcenters/app" xmlns:ccmsk="http://www.iro.umontreal.ca/lecuyer/contactcenters/msk" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:ssj="http://www.iro.umontreal.ca/lecuyer/ssj" xmlns:xsd="http://www.w3.org/2001/XMLSchema">rel</tt>attribute describes how the indexed quantity is compared with the threshold.
Java class for IndexThreshParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexThreshParams"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="index" use="required" type="{http://www.iro.umontreal.ca/lecuyer/ssj}nonNegativeInt" /> <attribute name="threshold" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="rel" use="required" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}Relationship" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
index
|
protected Relationship |
rel
|
protected double |
threshold
|
Constructor Summary | |
---|---|
IndexThreshParams()
|
Method Summary | |
---|---|
int |
getIndex()
Gets the value of the index property. |
Relationship |
getRel()
Gets the value of the rel property. |
double |
getThreshold()
Gets the value of the threshold property. |
boolean |
isSetIndex()
|
boolean |
isSetRel()
|
boolean |
isSetThreshold()
|
void |
setIndex(int value)
Sets the value of the index property. |
void |
setRel(Relationship value)
Sets the value of the rel property. |
void |
setThreshold(double value)
Sets the value of the threshold property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int index
protected double threshold
protected Relationship rel
Constructor Detail |
---|
public IndexThreshParams()
Method Detail |
---|
public int getIndex()
public void setIndex(int value)
public boolean isSetIndex()
public double getThreshold()
public void setThreshold(double value)
public boolean isSetThreshold()
public Relationship getRel()
Relationship
public void setRel(Relationship value)
value
- allowed object is
Relationship
public boolean isSetRel()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |