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 |