Packages

package models

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. models
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CheckRequestBody (assignmentId: String, threshold: Double, studentId: String, directory: String, language: String) extends Product with Serializable
  2. case class Submission (studentA: String, studentAVersion: String, studentB: String, studentBVersion: String, assignmentId: String, jPlagResult: Double, timestamp: Long = System.currentTimeMillis() / 1000L, id: Int = 0) extends Product with Serializable
  3. class Submissions extends slick.jdbc.JdbcProfile.API.Table[Submission]

Value Members

  1. val db: Database
  2. object Schema
  3. object Submission extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped