Uses of Class
edu.wpi.prc.task.Task

Packages that use Task
edu.wpi.prc.task   
 

Uses of Task in edu.wpi.prc.task
 

Subclasses of Task in edu.wpi.prc.task
 class NonPersistentResult
          NonPersistentResult is a stripped-down version of the Result class.
 class NonPersistentWorkUnit
          NonPersistentWorkUnit is a stripped-down version of the WorkUnit class.
 class Result
          A Result is a type of Task that contains data that was analyzed by the science application and returned by a client.
 class WorkUnit
          A WorkUnit is a type of Task that contains raw data to be analyzed by the science application.