package tasks
Provides classes for managing tasks on Mechanical Turk.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- tasks
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait HeartbeatingWebSocketMessage[+A] extends AnyRef
-
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
TaskPageon the server. -
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.
- case class WebSocketMessage[A](content: A) extends HeartbeatingWebSocketMessage[A] with Product with Serializable
Value Members
- object FieldLabels
- object Heartbeat extends HeartbeatingWebSocketMessage[Nothing] with Product with Serializable
- object HeartbeatingWebSocketMessage