Package dcf.tasks

Class Summary
HTMLCrawlerSolver Implements a Solver for the HTMLCrawlerTask.
This solver is a part of a system to index PDF files.
A different Task-Solver is later used to parse the PDF files.
HTMLCrawlerTask Implements a distributed web crawler.
RandomizerSolver This is an exmple Solver for the RandomizerTask.
It simply puts random integers into the supplied array.
RandomizerTask Randomizer Task - Simply holds an array of ints.
The solver will randomly fill them with integers.
Note: This is a circualr task, What this means is that when the task is done it will generate a new task with itself as the input.
A circular task could optionally create a different kind of task thus, you might want to create a group of tasks where each task handles only a part of the whole solution.
SimpleSolver This will solve a the simple task - It returns the square of the integer given
SimpleTask This is a test Task - It a set of integers to be proccessed.
 





Distributed Computation Framework