Packages

p

spacro

tasks

package tasks

Provides classes for managing tasks on Mechanical Turk.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tasks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait HeartbeatingWebSocketMessage[+A] extends AnyRef
  2. abstract class TaskClient[Prompt, Response, AjaxRequest <: Dot] extends AnyRef

    Superclass for an implementation of a client/interface for a turk task.

    Superclass for an implementation of a client/interface for a turk task. Gives access by field to all of the information written into the TaskPage on the server.

  3. trait TaskDispatcher extends AnyRef

    Trait to be inherited by the main class for the JS client.

    Trait to be inherited by the main class for the JS client. Dispatches to the appropriate task's client code using the defined mapping from task keys to main methods.

  4. case class WebSocketMessage[A](content: A) extends HeartbeatingWebSocketMessage[A] with Product with Serializable

Value Members

  1. object FieldLabels
  2. object Heartbeat extends HeartbeatingWebSocketMessage[Nothing] with Product with Serializable
  3. object HeartbeatingWebSocketMessage

Inherited from AnyRef

Inherited from Any

Ungrouped