Uses of Class
be.ac.ua.broker.scheduling.region.RegionWorkloadCollection

Packages that use RegionWorkloadCollection
be.ac.ua.broker.scheduling.region   
 

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

Methods in be.ac.ua.broker.scheduling.region that return types with arguments of type RegionWorkloadCollection
 java.util.List<RegionWorkloadCollection> RegionAllocator.allocateRegions()
          Appoint every task of the taskCollection of the RegionAllocator to a region and return a list of regionWorkloadCollections, which is a collection of tasks associated with a certain geographical region.