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

Packages that use TaskCollection
be.ac.ua.broker.input.tasks.specification   
be.ac.ua.broker.scheduling.region   
 

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

Methods in be.ac.ua.broker.input.tasks.specification that return TaskCollection
 TaskCollection TaskReader.parseInputDir(java.lang.String inputDir, java.util.Date start)
          Parse the tasks found at the given path location
 TaskCollection TaskReader.parseInputFile(java.lang.String filePath, java.util.Date start)
          Parse a single task found at the given path location
 

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

Constructors in be.ac.ua.broker.scheduling.region with parameters of type TaskCollection
RegionAllocator(TaskCollection coll)
          Constructor for RegionAllocator