|
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.router.ReroutingState
public class ReroutingState
Represents state information for contact or agent rerouting.
Constructor Summary | |
---|---|
ReroutingState(int numReroutingsDone,
double nextReroutingTime)
Constructs a new state information object for rerouting for a contact or an agent that has been previously rerouted numReroutingsDone times, and whose next rerouting will happen at time nextReroutingTime. |
Method Summary | |
---|---|
ReroutingState |
clone()
|
double |
getNextReroutingTime()
Returns the simulation time at which the router will try to reroute the contact or the agent. |
int |
getNumReroutingsDone()
Returns the number of reroutings that has happened so far for the contact or agent. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReroutingState(int numReroutingsDone, double nextReroutingTime)
numReroutingsDone
- the number of times the contact or agent has been rerouted before.nextReroutingTime
- the simulation of the next rerouting.Method Detail |
---|
public double getNextReroutingTime()
public int getNumReroutingsDone()
public String toString()
toString
in class Object
public ReroutingState clone()
clone
in class Object
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |