Uses of Class
be.ac.ua.broker.scheduling.workload.SchedulerResult

Packages that use SchedulerResult
be.ac.ua.broker.allocation.spot   
be.ac.ua.broker.output.gui   
be.ac.ua.broker.scheduling.region   
be.ac.ua.broker.scheduling.workload   
 

Uses of SchedulerResult in be.ac.ua.broker.allocation.spot
 

Constructors in be.ac.ua.broker.allocation.spot with parameters of type SchedulerResult
SpotAllocator(SchedulerResult schedulerResult, boolean useWorkloadModel1, java.util.Date start, java.util.Date end)
          Constructor for SpotAllocator
 

Uses of SchedulerResult in be.ac.ua.broker.output.gui
 

Method parameters in be.ac.ua.broker.output.gui with type arguments of type SchedulerResult
 org.jfree.data.gantt.TaskSeries ScheduleRegionTabs.toTaskSeries(java.util.List<SchedulerResult> res, java.lang.String reg, java.util.Date start, java.util.Date end)
          Convert a list of schedulerResults all for the same geographical region to a taskSeries that can be used by JFreeChart to create the Gantt-like chart.
 

Uses of SchedulerResult in be.ac.ua.broker.scheduling.region
 

Methods in be.ac.ua.broker.scheduling.region that return types with arguments of type SchedulerResult
 java.util.List<SchedulerResult> RegionWorkloadCollection.schedule(boolean wm1, java.lang.String version)
          Schedule the workloads of this collection
 

Uses of SchedulerResult in be.ac.ua.broker.scheduling.workload
 

Methods in be.ac.ua.broker.scheduling.workload that return SchedulerResult
 SchedulerResult TaskScheduler.schedule(java.lang.String VERSION)
          Perform the scheduling phase of the broker process
 

Methods in be.ac.ua.broker.scheduling.workload that return types with arguments of type SchedulerResult
 java.util.List<SchedulerResult> SchedulerResultCollection.get(java.lang.String region)
          Getter for all the schedules of a certain geographical region
 

Methods in be.ac.ua.broker.scheduling.workload with parameters of type SchedulerResult
 void SchedulerResultCollection.add(SchedulerResult schedule)
          Add a schedulerResult to the collection
 

Method parameters in be.ac.ua.broker.scheduling.workload with type arguments of type SchedulerResult
 void SchedulerResultCollection.addAll(java.util.List<SchedulerResult> schedules)
          Add a list of schedulerResults to the collection