Package

spacro

tasks

Permalink

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

    Permalink
  2. trait ResponseRW[Request <: AnyRef { type Response }] extends ResponseReader[Request] with ResponseWriter[Request]

    Permalink
  3. trait ResponseReader[Request <: AnyRef { type Response }] extends AnyRef

    Permalink
  4. trait ResponseWriter[Request <: AnyRef { type Response }] extends AnyRef

    Permalink
  5. trait Service[Request <: AnyRef { type Response }] extends AnyRef

    Permalink
  6. abstract class TaskClient[Prompt, Response, AjaxRequest <: AnyRef { type Response }] extends AnyRef

    Permalink

    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.

  7. trait TaskDispatcher extends AnyRef

    Permalink

    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.

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

    Permalink

Value Members

  1. object FieldLabels

    Permalink
  2. object Heartbeat extends HeartbeatingWebSocketMessage[Nothing] with Product with Serializable

    Permalink
  3. object Service

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped