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

Packages that use SchedulerResultCollection
be.ac.ua.broker.allocation   
be.ac.ua.broker.output.gui   
be.ac.ua.broker.output.textual   
 

Uses of SchedulerResultCollection in be.ac.ua.broker.allocation
 

Methods in be.ac.ua.broker.allocation that return SchedulerResultCollection
 SchedulerResultCollection Allocator.allocate(java.lang.String version, SchedulerResultCollection results)
          Assign pricing models to the resources of the schedule in a way that the total cost price is minimized.
 

Methods in be.ac.ua.broker.allocation with parameters of type SchedulerResultCollection
 SchedulerResultCollection Allocator.allocate(java.lang.String version, SchedulerResultCollection results)
          Assign pricing models to the resources of the schedule in a way that the total cost price is minimized.
 

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

Methods in be.ac.ua.broker.output.gui with parameters of type SchedulerResultCollection
 void ScheduleGUI.render(SchedulerResultCollection result)
          Render method is called when the GUI has to be shown it is passed a schedulerResultCollection obtained from the broker after the allocation phase of the process.
 

Constructors in be.ac.ua.broker.output.gui with parameters of type SchedulerResultCollection
PriceTree(SchedulerResultCollection result)
          Constructor for PriceTree
ScheduleRegionTabs(SchedulerResultCollection result)
          Constructor for ScheduleRegionTabs
 

Uses of SchedulerResultCollection in be.ac.ua.broker.output.textual
 

Methods in be.ac.ua.broker.output.textual with parameters of type SchedulerResultCollection
 void SchedulePrinter.print(SchedulerResultCollection results)
          Write the schedules contained in the provided schedulerResultCollection to the provided printStream.
 

Constructors in be.ac.ua.broker.output.textual with parameters of type SchedulerResultCollection
PriceCalculator(SchedulerResultCollection result)
          Constructor for PriceCalculator