ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.contactcenters.ctmc
Interface CCEventFactory


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

newInstance

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.

Parameters:
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.
Returns:
the constructed event.

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.