Class

edu.umass.cs.automan.core.question

Question

Related Doc: package question

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Question()

    Permalink

Type Members

  1. abstract type A

    Permalink
  2. abstract type AA <: AbstractAnswer[A]

    Permalink
  3. abstract type O <: Outcome[A]

    Permalink
  4. abstract type PP <: PricePolicy

    Permalink
  5. class QuestionStillExecutingException extends Exception

    Permalink
  6. abstract type TP <: TimeoutPolicy

    Permalink
  7. abstract type VP <: ValidationPolicy

    Permalink

Abstract Value Members

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

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

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

    Permalink
  4. abstract def num_possibilities: BigInt

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

    Permalink
    Attributes
    protected[edu.umass.cs.automan]

Concrete 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. var _before_filter: (A) ⇒ A

    Permalink
    Attributes
    protected
  5. var _blacklisted_workers: List[String]

    Permalink
    Attributes
    protected
  6. var _budget: Option[BigDecimal]

    Permalink
    Attributes
    protected
  7. var _dont_randomize_options: Boolean

    Permalink
    Attributes
    protected
  8. var _dont_reject: Boolean

    Permalink
    Attributes
    protected
  9. var _dry_run: Boolean

    Permalink
    Attributes
    protected
  10. var _id: UUID

    Permalink
    Attributes
    protected
  11. var _image: Option[File]

    Permalink
    Attributes
    protected
  12. var _image_alt_text: Option[String]

    Permalink
    Attributes
    protected
  13. var _image_url: Option[String]

    Permalink
    Attributes
    protected
  14. var _initial_worker_timeout_in_s: Int

    Permalink
    Attributes
    protected
  15. var _max_replicas: Option[Int]

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

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

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

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

    Permalink
    Attributes
    protected
  20. var _text: Option[String]

    Permalink
    Attributes
    protected
  21. var _time_value_per_hour: Option[BigDecimal]

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

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

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

    Permalink
    Attributes
    protected
  25. var _update_frequency_ms: Int

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

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

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

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

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

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

    Permalink
  32. def blacklist_worker(worker_id: String): Unit

    Permalink
  33. def blacklisted_workers: List[String]

    Permalink
  34. def budget: BigDecimal

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

    Permalink
  36. def clone(): AnyRef

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

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

    Permalink
  39. def dry_run: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def id: UUID

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

    Permalink
  48. def id_string: String

    Permalink
  49. def image: File

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

    Permalink
  51. def image_alt_text: String

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

    Permalink
  53. def image_url: String

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

    Permalink
  55. def initial_worker_timeout_in_s: Int

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

    Permalink
  57. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  65. def questionShutdownHook(): Unit

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

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

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

    Permalink
  69. def strategy: Class[VP]

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

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

    Permalink
    Definition Classes
    AnyRef
  72. def text: String

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

    Permalink
  74. def time_value_per_hour: BigDecimal

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

    Permalink
  76. def title: String

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

    Permalink
  78. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  79. def update_frequency_ms: Int

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

    Permalink
  81. def wage: BigDecimal

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

    Permalink
  83. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped