edu.umass.cs.automan.core.question

Question

abstract class Question extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Question
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Question()

Type Members

  1. abstract type A

  2. abstract type AA <: AbstractAnswer[A]

  3. abstract type O <: Outcome[A]

  4. abstract type PP <: PricePolicy

  5. class QuestionStillExecutingException extends Exception

  6. abstract type TP <: TimeoutPolicy

  7. abstract type VP <: ValidationPolicy

Abstract Value Members

  1. abstract def getOutcome(adapter: AutomanAdapter): O

    Attributes
    protected[edu.umass.cs.automan]
  2. abstract def getQuestionType: QuestionType

    Attributes
    protected[edu.umass.cs.automan]
  3. abstract def memo_hash: String

  4. abstract def num_possibilities: BigInt

  5. abstract def toMockResponse(question_id: UUID, response_time: Date, a: A): MockResponse

    Attributes
    protected[edu.umass.cs.automan]

Concrete Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. var _before_filter: (A) ⇒ A

    Attributes
    protected
  5. var _blacklisted_workers: List[String]

    Attributes
    protected
  6. var _budget: Option[BigDecimal]

    Attributes
    protected
  7. var _dont_randomize_options: Boolean

    Attributes
    protected
  8. var _dont_reject: Boolean

    Attributes
    protected
  9. var _dry_run: Boolean

    Attributes
    protected
  10. var _id: UUID

    Attributes
    protected
  11. var _image: Option[File]

    Attributes
    protected
  12. var _image_alt_text: Option[String]

    Attributes
    protected
  13. var _image_url: Option[String]

    Attributes
    protected
  14. var _initial_worker_timeout_in_s: Int

    Attributes
    protected
  15. var _max_replicas: Option[Int]

    Attributes
    protected
  16. var _mock_answers: List[MockAnswer[A]]

    Attributes
    protected
  17. var _price_policy: Option[Class[PP]]

    Attributes
    protected[edu.umass.cs.automan]
  18. var _price_policy_instance: PP

    Attributes
    protected[edu.umass.cs.automan]
  19. var _question_timeout_multiplier: Double

    Attributes
    protected
  20. var _text: Option[String]

    Attributes
    protected
  21. var _time_value_per_hour: Option[BigDecimal]

    Attributes
    protected
  22. var _timeout_policy: Option[Class[TP]]

    Attributes
    protected[edu.umass.cs.automan]
  23. var _timeout_policy_instance: TP

    Attributes
    protected[edu.umass.cs.automan]
  24. var _title: Option[String]

    Attributes
    protected
  25. var _update_frequency_ms: Int

    Attributes
    protected
  26. var _validation_policy: Option[Class[VP]]

    Attributes
    protected[edu.umass.cs.automan]
  27. var _validation_policy_instance: VP

    Attributes
    protected[edu.umass.cs.automan]
  28. var _wage: BigDecimal

    Attributes
    protected
  29. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  30. def before_filter: (A) ⇒ A

  31. def before_filter_=(f: (A) ⇒ A): Unit

  32. def blacklist_worker(worker_id: String): Unit

  33. def blacklisted_workers: List[String]

  34. def budget: BigDecimal

  35. def budget_=(b: BigDecimal): Unit

  36. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def dont_reject: Boolean

  38. def dont_reject_=(r: Boolean): Unit

  39. def dry_run: Boolean

  40. def dry_run_=(dr: Boolean): Unit

  41. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  46. def id: UUID

  47. def id_=(id: UUID): Unit

  48. def id_string: String

  49. def image: File

  50. def image_=(f: File): Unit

  51. def image_alt_text: String

  52. def image_alt_text_=(s: String): Unit

  53. def image_url: String

  54. def image_url_=(s: String): Unit

  55. def initial_worker_timeout_in_s: Int

  56. def initial_worker_timeout_in_s_=(t: Int): Unit

  57. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  58. def max_replicas: Option[Int]

  59. def max_replicas_=(m: Int): Unit

  60. def mock_answers: List[MockAnswer[A]]

  61. def mock_answers_=(answers: List[MockAnswer[A]]): Unit

  62. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. final def notify(): Unit

    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  65. def questionShutdownHook(): Unit

    Attributes
    protected[edu.umass.cs.automan]
  66. def questionStartupHook(): Unit

    Attributes
    protected[edu.umass.cs.automan]
  67. def question_timeout_multiplier: Double

  68. def question_timeout_multiplier_=(t: Double): Unit

  69. def strategy: Class[VP]

  70. def strategy_=(s: Class[VP]): Unit

  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  72. def text: String

  73. def text_=(s: String): Unit

  74. def time_value_per_hour: BigDecimal

  75. def time_value_per_hour_=(v: BigDecimal): Unit

  76. def title: String

  77. def title_=(t: String): Unit

  78. def toString(): String

    Definition Classes
    AnyRef → Any
  79. def update_frequency_ms: Int

  80. def update_frequency_ms_=(ms: Int): Unit

  81. def wage: BigDecimal

  82. def wage_=(w: BigDecimal): Unit

  83. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped