Package de.grogra.task

Interface Summary
PartialTask This tagging interface is used for partial tasks which are part of a complete Task and are solved by a Solver.
 

Class Summary
Solver A Solver solves a PartialTask of a Task.
SolverInOwnThread This abstract class implements Solver such that a thread is created in which the actual work is done.
Task A Task is used for a complex problem which can be decomposed in several independent PartialTasks.