GridSim 5.0 beta

gridsim.parallel.util
Interface WorkloadModel

All Known Implementing Classes:
WorkloadFileReader, WorkloadLublin99

public interface WorkloadModel

This interface defines what a workload model should provide. A workload model generates a list of jobs that can be dispatched to a resource by Workload.

Since:
5.0
Author:
Marcos Dias de Assuncao
See Also:
Workload, WorkloadFileReader

Method Summary
 List<WorkloadJob> generateWorkload()
          Returns a list with the jobs generated by the workload.
 

Method Detail

generateWorkload

List<WorkloadJob> generateWorkload()
Returns a list with the jobs generated by the workload.

Returns:
a list with the jobs generated by the workload.

GridSim 5.0 beta

The University of Melbourne, Australia, 2009