Class

edu.umass.cs.automan.adapters.mturk.connectionpool

MTState

Related Doc: package connectionpool

Permalink

case class MTState(hit_types: Map[BatchKey, HITType], hit_states: Map[HITID, HITState], hit_ids: Map[HITKey, HITID], worker_whitelist: Map[(WorkerID, GroupID), HITTypeID], disqualifications: Map[QualificationID, HITTypeID], batch_no: Map[GroupID, Int]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MTState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MTState()

    Permalink
  2. new MTState(hit_types: Map[BatchKey, HITType], hit_states: Map[HITID, HITState], hit_ids: Map[HITKey, HITID], worker_whitelist: Map[(WorkerID, GroupID), HITTypeID], disqualifications: Map[QualificationID, HITTypeID], batch_no: Map[GroupID, Int])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val batch_no: Map[GroupID, Int]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val disqualifications: Map[QualificationID, HITTypeID]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAssignmentOption(t: Task): Option[Assignment]

    Permalink
  11. def getBatchNo(groupID: GroupID): Int

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getHITID(t: Task): HITID

    Permalink
  14. def getHITIDsForBatch(batch_key: BatchKey): List[HITID]

    Permalink
  15. def getHITState(hit_key: HITKey): HITState

    Permalink
  16. def getHITState(hitID: HITID): HITState

    Permalink
  17. def getHITType(batch_key: BatchKey): HITType

    Permalink
  18. def getHITTypeIDforQualificationTypeID(qualificationID: QualificationID): HITTypeID

    Permalink
  19. def getWhitelistedHITType(workerID: WorkerID, groupID: GroupID): HITTypeID

    Permalink
  20. val hit_ids: Map[HITKey, HITID]

    Permalink
  21. val hit_states: Map[HITID, HITState]

    Permalink
  22. val hit_types: Map[BatchKey, HITType]

    Permalink
  23. def initOrUpdateBatchNo(group_id: GroupID): MTState

    Permalink
  24. def isFirstRun(group_id: GroupID): Boolean

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def updateBatchNo(groupID: GroupID, batchNo: Int): MTState

    Permalink
  31. def updateDisqualifications(qualificationID: QualificationID, hittypeid: HITTypeID): MTState

    Permalink
  32. def updateHITIDs(hit_key: HITKey, hit_id: HITID): MTState

    Permalink
  33. def updateHITStates(pairs: Seq[(HITID, HITState)]): MTState

    Permalink
  34. def updateHITStates(hit_id: HITID, hit_state: HITState): MTState

    Permalink
  35. def updateHITTypes(batch_key: BatchKey, hit_type: HITType): MTState

    Permalink
  36. def updateWorkerWhitelist(worker_id: WorkerID, group_id: GroupID, hit_type_id: HITTypeID): MTState

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val worker_whitelist: Map[(WorkerID, GroupID), HITTypeID]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped