|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransitionListener
Represents a listener that can be notified when a transition occurs during a DTMC simulation of a call center. After an object of a class implementing this interface is constructed, it can be registered with a DTMC call center simulator.
Method Summary | |
---|---|
void |
init(CallCenterCTMC ctmc,
int r,
int mp)
This method is called when the registered call center CTMC is initialized, during replication r, at the beginning of main period mp. |
void |
newTransition(CallCenterCTMC ctmc,
int r,
int mp,
TransitionType type)
This method is called when a new transition occurs in the CTMC ctmc, during replication r of the simulation of main period mp. |
Method Detail |
---|
void init(CallCenterCTMC ctmc, int r, int mp)
ctmc
- the initialized CTMC.r
- the replication number.mp
- the main period index.void newTransition(CallCenterCTMC ctmc, int r, int mp, TransitionType type)
ctmc
- the continuous-time Markov chain.r
- the replication index.mp
- the main period index.type
- the transition type.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |