getValue

abstract fun getValue(player: Player): Score

Calculates the specific tie-breaker value for a given player.

Return

A Score representing the calculated tie-breaker points.

Parameters

player

The participant whose performance is being evaluated.