|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CCEventFactory
Represents a factory for creating new call center events.
Method Summary | |
---|---|
CCEvent |
newInstance(double u1,
double u2,
int maxExtraBits)
Creates a new call center event resulting from a uniform generated in interval [u1, u2], and using a maximum of maxExtraBits additional random bits to take decisions. |
Method Detail |
---|
CCEvent newInstance(double u1, double u2, int maxExtraBits)
u1
- the uniform u1.u2
- the uniform u2.maxExtraBits
- the maximal number of additional bits that
can be used by the created events to take decisions.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |