|
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.ContactCenterEvalResultsParams
umontreal.iro.lecuyer.contactcenters.app.params.ContactCenterSimResultsParams
public class ContactCenterSimResultsParams
Represents results obtained by performing simulation on a contact center.
Field Summary | |
---|---|
protected List<PMMatrix> |
maxMatrices
|
protected List<PMMatrix> |
minMatrices
|
protected List<PMMatrixInt> |
numObsMatrices
|
protected Integer |
numSteps
|
protected List<ObsMatrix> |
observationMatrices
|
protected List<PMMatrix> |
varianceMatrices
|
Fields inherited from class umontreal.iro.lecuyer.contactcenters.app.params.ContactCenterEvalResultsParams |
---|
agentGroups, agentGroupSegments, contactTypeSegments, defaultUnit, evalInfo, inboundTypes, inboundTypeSegments, matricesOfAWT, numMatricesOfAWT, outboundTypes, outboundTypeSegments, performanceMeasureMatrices, periods, periodSegments, report, waitingQueues, waitingQueueSegments |
Constructor Summary | |
---|---|
ContactCenterSimResultsParams()
|
Method Summary | |
---|---|
List<PMMatrix> |
getMaxMatrices()
Gets the value of the maxMatrices property. |
List<PMMatrix> |
getMinMatrices()
Gets the value of the minMatrices property. |
List<PMMatrixInt> |
getNumObsMatrices()
Gets the value of the numObsMatrices property. |
int |
getNumSteps()
Gets the value of the numSteps property. |
List<ObsMatrix> |
getObservationMatrices()
Gets the value of the observationMatrices property. |
List<PMMatrix> |
getVarianceMatrices()
Gets the value of the varianceMatrices property. |
boolean |
isSetMaxMatrices()
|
boolean |
isSetMinMatrices()
|
boolean |
isSetNumObsMatrices()
|
boolean |
isSetNumSteps()
|
boolean |
isSetObservationMatrices()
|
boolean |
isSetVarianceMatrices()
|
void |
setNumSteps(int value)
Sets the value of the numSteps property. |
void |
unsetMaxMatrices()
|
void |
unsetMinMatrices()
|
void |
unsetNumObsMatrices()
|
void |
unsetNumSteps()
|
void |
unsetObservationMatrices()
|
void |
unsetVarianceMatrices()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<PMMatrix> varianceMatrices
protected List<PMMatrix> minMatrices
protected List<PMMatrix> maxMatrices
protected List<PMMatrixInt> numObsMatrices
protected List<ObsMatrix> observationMatrices
protected Integer numSteps
Constructor Detail |
---|
public ContactCenterSimResultsParams()
Method Detail |
---|
public List<PMMatrix> getVarianceMatrices()
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 varianceMatrices property.
For example, to add a new item, do as follows:
getVarianceMatrices().add(newItem);
Objects of the following type(s) are allowed in the list
PMMatrix
public boolean isSetVarianceMatrices()
public void unsetVarianceMatrices()
public List<PMMatrix> getMinMatrices()
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 minMatrices property.
For example, to add a new item, do as follows:
getMinMatrices().add(newItem);
Objects of the following type(s) are allowed in the list
PMMatrix
public boolean isSetMinMatrices()
public void unsetMinMatrices()
public List<PMMatrix> getMaxMatrices()
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 maxMatrices property.
For example, to add a new item, do as follows:
getMaxMatrices().add(newItem);
Objects of the following type(s) are allowed in the list
PMMatrix
public boolean isSetMaxMatrices()
public void unsetMaxMatrices()
public List<PMMatrixInt> getNumObsMatrices()
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 numObsMatrices property.
For example, to add a new item, do as follows:
getNumObsMatrices().add(newItem);
Objects of the following type(s) are allowed in the list
PMMatrixInt
public boolean isSetNumObsMatrices()
public void unsetNumObsMatrices()
public List<ObsMatrix> getObservationMatrices()
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 observationMatrices property.
For example, to add a new item, do as follows:
getObservationMatrices().add(newItem);
Objects of the following type(s) are allowed in the list
ObsMatrix
public boolean isSetObservationMatrices()
public void unsetObservationMatrices()
public int getNumSteps()
Integer
public void setNumSteps(int value)
value
- allowed object is
Integer
public boolean isSetNumSteps()
public void unsetNumSteps()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |