Judge

data class Judge(val firstName: String, val lastName: String, val school: String, val location: String, val hasParadigm: Boolean)

Represents a Judge in a tournament.

Constructors

Link copied to clipboard
constructor(firstName: String, lastName: String, school: String, location: String, hasParadigm: Boolean)

Properties

Link copied to clipboard

The first name of the judge.

Link copied to clipboard

Whether the judge has a paradigm, or things they want to see in the round.

Link copied to clipboard

The last name of the judge.

Link copied to clipboard

The location of this judge's origin.

Link copied to clipboard

The name of the school this judge is affiliated with.