Uses of Package
edu.wpi.prc.task

Packages that use edu.wpi.prc.task
edu.wpi.prc.client   
edu.wpi.prc.server   
edu.wpi.prc.server.spotcheck   
edu.wpi.prc.server.transitioner   
edu.wpi.prc.task   
edu.wpi.prc.task.queue   
edu.wpi.prc.task.test   
 

Classes in edu.wpi.prc.task used by edu.wpi.prc.client
NonPersistentResult
          NonPersistentResult is a stripped-down version of the Result class.
NonPersistentWorkUnit
          NonPersistentWorkUnit is a stripped-down version of the WorkUnit class.
 

Classes in edu.wpi.prc.task used by edu.wpi.prc.server
Result
          A Result is a type of Task that contains data that was analyzed by the science application and returned by a client.
WorkUnit
          A WorkUnit is a type of Task that contains raw data to be analyzed by the science application.
 

Classes in edu.wpi.prc.task used by edu.wpi.prc.server.spotcheck
Result
          A Result is a type of Task that contains data that was analyzed by the science application and returned by a client.
WorkUnit
          A WorkUnit is a type of Task that contains raw data to be analyzed by the science application.
 

Classes in edu.wpi.prc.task used by edu.wpi.prc.server.transitioner
Result
          A Result is a type of Task that contains data that was analyzed by the science application and returned by a client.
WorkUnit
          A WorkUnit is a type of Task that contains raw data to be analyzed by the science application.
 

Classes in edu.wpi.prc.task used by edu.wpi.prc.task
Prioritizable
          Objects that implement the Prioritizable interface can be sorted by priority.
Result
          A Result is a type of Task that contains data that was analyzed by the science application and returned by a client.
Task
          The Task class stores information about each task (WorkUnit or Result), including the task's ID, the users who are responsible for this task, and the data the task contains.
TaskState
          Keeps track of the state of each Task.
WorkUnit
          A WorkUnit is a type of Task that contains raw data to be analyzed by the science application.
 

Classes in edu.wpi.prc.task used by edu.wpi.prc.task.queue
Prioritizable
          Objects that implement the Prioritizable interface can be sorted by priority.
 

Classes in edu.wpi.prc.task used by edu.wpi.prc.task.test
Result
          A Result is a type of Task that contains data that was analyzed by the science application and returned by a client.
WorkUnit
          A WorkUnit is a type of Task that contains raw data to be analyzed by the science application.