Trait

edu.umass.cs.automan.core.question

Question

Related Doc: package question

Permalink

trait 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

Type Members

  1. abstract type A

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

    Permalink
  3. abstract type AP <: AggregationPolicy

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

    Permalink
  5. abstract type PP <: PricePolicy

    Permalink
  6. class QuestionStillExecutingException extends Exception

    Permalink
  7. abstract type TP <: TimeoutPolicy

    Permalink

Abstract Value Members

  1. abstract def composeOutcome(o: O, adapter: AutomanAdapter): O

    Permalink
    Attributes
    protected[edu.umass.cs.automan]
  2. abstract def getOutcome(adapter: AutomanAdapter): O

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

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

    Permalink
  5. abstract def prettyPrintAnswer(answer: A): String

    Permalink
    Attributes
    protected[edu.umass.cs.automan]
  6. abstract def toMockResponse(question_id: UUID, response_time: Date, a: A, worker_id: UUID): 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 _minimum_spawn_policy: MinimumSpawnPolicy

    Permalink
    Attributes
    protected[edu.umass.cs.automan]
  17. var _mock_answers: List[MockAnswer[A]]

    Permalink
    Attributes
    protected
  18. var _payOnFailure: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  27. var _update_frequency_ms: Int

    Permalink
    Attributes
    protected
  28. var _validation_policy: Option[Class[AP]]

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

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

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

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

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

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

    Permalink
  35. def blacklisted_workers: List[String]

    Permalink
  36. def budget: BigDecimal

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

    Permalink
  38. def clone(): AnyRef

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

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

    Permalink
  41. def dry_run: Boolean

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

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

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

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

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

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

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

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

    Permalink
  50. def id_string: String

    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 minimum_spawn_policy: MinimumSpawnPolicy

    Permalink
  61. def minimum_spawn_policy_=(p: MinimumSpawnPolicy): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  67. def pay_all_on_failure: Boolean

    Permalink
  68. def pay_all_on_failure_=(pay: Boolean): Unit

    Permalink
  69. def questionShutdownHook(): Unit

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

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

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

    Permalink
  73. def schedulerFuture(adapter: AutomanAdapter): Future[AA]

    Permalink
    Attributes
    protected[edu.umass.cs.automan]
  74. def startScheduler(adapter: AutomanAdapter): AA

    Permalink
    Attributes
    protected[edu.umass.cs.automan]
  75. def strategy: Class[AP]

    Permalink
  76. def strategy_=(s: Class[AP]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  78. def text: String

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

    Permalink
  80. def time_value_per_hour: BigDecimal

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

    Permalink
  82. def title: String

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

    Permalink
  84. def toString(): String

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

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

    Permalink
  87. def wage: BigDecimal

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

    Permalink
  89. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped