Package

edu.umass.cs.automan.core

info

Permalink

package info

Visibility
  1. Public
  2. All

Type Members

  1. case class EpochInfo(start_time: Date, end_time: Date, tasks: List[Task], tasks_needed_to_agree: Int, prop_that_agree: Int) extends Product with Serializable

    Permalink
  2. case class QuestionInfo(computation_id: UUID, name: String, question_text: String, question_desc: String, question_type: QuestionType, start_time: Date, confidence_level: Double, tasks: List[Task], total_answers_needed: Int, total_budget: BigDecimal, budget_used: BigDecimal, dont_reject: Boolean, epochs: List[EpochInfo]) extends Product with Serializable

    Permalink
  3. case class StateInfo(question_information: List[QuestionInfo]) extends Product with Serializable

    Permalink

Value Members

  1. object QuestionType extends Enumeration

    Permalink

Ungrouped