|
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.conditions.NumFreeAgentsThreshCondition
public class NumFreeAgentsThreshCondition
Represents a condition comparing the number of free agents
in a groups of a model with a fixed threshold.
Let [i](t) be the number of free agents in group i at time t, and
⋅ be a relationship.
The condition checks that
[i](t)⋅η for
fixed values of i, η, and ⋅.
The relationship can be <, >, =, ≤, or ≥.
Constructor Summary | |
---|---|
NumFreeAgentsThreshCondition(CallCenter cc,
int i,
int threshold,
Relationship rel)
Constructs a new condition on agent group for the call center model cc, agent group with index i, threshold threshold, and comparing with relationship rel. |
Method Summary | |
---|---|
boolean |
applies(Contact contact)
Checks the represented condition for the given contact contact, and returns true if and only if the condition applies. |
CallCenter |
getCallCenter()
Returns a reference to the call center associated with this condition. |
int |
getIndex()
Returns the value of i. |
Relationship |
getRelationship()
Returns the relationship to be tested. |
int |
getThreshold()
Returns the value of η. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumFreeAgentsThreshCondition(CallCenter cc, int i, int threshold, Relationship rel)
cc
- the call center model.i
- the index of the agent group.threshold
- the threshold.rel
- the relationship used for the comparison.Method Detail |
---|
public CallCenter getCallCenter()
public int getIndex()
public int getThreshold()
public Relationship getRelationship()
public boolean applies(Contact contact)
Condition
applies
in interface Condition
contact
- the contact on which to check the condition.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |