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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. var _before_filter: (A) ⇒ A

    Attributes
    protected
  7. var _blacklisted_workers: List[String]

    Attributes
    protected
  8. var _budget: Option[BigDecimal]

    Attributes
    protected
  9. var _dont_randomize_options: Boolean

    Attributes
    protected
  10. var _dont_reject: Boolean

    Attributes
    protected
  11. var _dry_run: Boolean

    Attributes
    protected
  12. var _id: UUID

    Attributes
    protected
  13. var _image: Option[File]

    Attributes
    protected
  14. var _image_alt_text: Option[String]

    Attributes
    protected
  15. var _image_url: Option[String]

    Attributes
    protected
  16. var _initial_worker_timeout_in_s: Int

    Attributes
    protected
  17. var _max_replicas: Option[Int]

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

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

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

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

    Attributes
    protected
  22. var _text: Option[String]

    Attributes
    protected
  23. var _time_value_per_hour: Option[BigDecimal]

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

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

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

    Attributes
    protected
  27. var _update_frequency_ms: Int

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

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

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

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

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

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

  34. def blacklist_worker(worker_id: String): Unit

  35. def blacklisted_workers: List[String]

  36. def budget: BigDecimal

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

  38. def clone(): AnyRef

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

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

  41. def dry_run: Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  48. def id: UUID

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

  50. def id_string: String

  51. def image: File

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

  53. def image_alt_text: String

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

  55. def image_url: String

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

  57. def initial_worker_timeout_in_s: Int

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

  59. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  67. def questionShutdownHook(): Unit

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

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

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

  71. def strategy: Class[VP]

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

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

    Definition Classes
    AnyRef
  74. def text: String

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

  76. def time_value_per_hour: BigDecimal

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

  78. def title: String

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

  80. def toString(): String

    Definition Classes
    AnyRef → Any
  81. def update_frequency_ms: Int

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

  83. def wage: BigDecimal

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

  85. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped