Uses of Class
be.ac.ua.broker.input.tasks.WorkloadWM2

Packages that use WorkloadWM2
be.ac.ua.broker.input.tasks.specification   
be.ac.ua.broker.scheduling.workload.wm2   
 

Uses of WorkloadWM2 in be.ac.ua.broker.input.tasks.specification
 

Methods in be.ac.ua.broker.input.tasks.specification that return WorkloadWM2
 WorkloadWM2 WorkloadReader.getWorkload(java.lang.String filePath, java.lang.String fInstance, TaskSpecification spec)
          Read the workload described by the given file, which is the load for the given task and instance.
 

Uses of WorkloadWM2 in be.ac.ua.broker.scheduling.workload.wm2
 

Methods in be.ac.ua.broker.scheduling.workload.wm2 with parameters of type WorkloadWM2
 void SuperOptimizer.add(WorkloadWM2 wl)
           
 void RealOptimizer.add(WorkloadWM2 wl)
           
 void BasicOptimizer.add(WorkloadWM2 wl)