Module raytracer

Package de.grogra.task


package de.grogra.task
  • Class
    Description
    This tagging interface is used for partial tasks which are part of a complete Task and are solved by a Solver.
    A Solver solves a PartialTask of a Task.
    This abstract class implements Solver such that a thread is created in which the actual work is done.
    A Task is used for a complex problem which can be decomposed in several independent PartialTasks.