RoundData

data class RoundData(val judge: Judge, val judgeParadigm: String, val ballot: Ballot?, val rfd: String?)

Represents the result data for a round.

Constructors

Link copied to clipboard
constructor(judge: Judge, judgeParadigm: String, ballot: Ballot?, rfd: String?)

Properties

Link copied to clipboard

A ballot for the round by the specified judge.

Link copied to clipboard

A judge for the round.

Link copied to clipboard

The judge's paradigm for the round.

Link copied to clipboard
val rfd: String?

The full Reason For Decision (RFD) for the ballot, if available.