Uses of Class
arrival_generator.ArrivalGenerator

Packages that use ArrivalGenerator
arrival_generator   
generating   
 

Uses of ArrivalGenerator in arrival_generator
 

Subclasses of ArrivalGenerator in arrival_generator
 class EXP_AND_UNI_AG
          This class implements uses the exponential and uniform distribution to estimate arrival times and iterations for a given job class respectively.
 class EXP_DIST_AG
          This class implements uses the exponential distribution to estimate arrival times and iterations for a given job class
 class FILE_READ_AG
          This class allows a user to read the arrival times and iterations from a file, as opposed to having them generated using a probability distribution
 class UNI_DIST_AG
          This class implements uses the uniform distribution to estimate arrival times and iterations for a given job class
 

Uses of ArrivalGenerator in generating
 

Methods in generating that return ArrivalGenerator
 ArrivalGenerator JobsGenerator.getArrivalGenerator()
           
 

Methods in generating with parameters of type ArrivalGenerator
 void JobsGenerator.setArrivalGenerator(ArrivalGenerator arrivalGenerator)