Class EventSimWorkloadModel

  • All Implemented Interfaces:
    IWorkload

    public class EventSimWorkloadModel
    extends Object
    implements IWorkload
    The EventSim workload simulation model. This is the central class of the workload simulation. run. Before the simulation starts, it initialises the simulation in the init() method. During the simulation, it provides information about the PCM model that is to be simulated, the simulation configuration and the simulation status. Finally, it cleans up after a simulation run in the {finalise()} method.