Class Summary |
ArrivalGenerator |
To add a new Workload scheme, A concrete class that extends this class
must be used an must implement the following methods. |
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. |
EXP_DIST_AG |
This class implements uses the exponential distribution to estimate arrival times and iterations
for a given job 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 |
UNI_DIST_AG |
This class implements uses the uniform distribution to estimate arrival times and iterations
for a given job class |