Statistic

interface Statistic<T> : Criterion

A statistic that may be counted.

Properties

Link copied to clipboard
@get:JvmName(name = "formatter")
abstract val formatter: StatisticFormatter

The formatter used to format values for this statistic.

Link copied to clipboard
abstract val isMutable: Boolean

If this criterion is mutable.

Link copied to clipboard
@get:JvmName(name = "name")
abstract val name: String

The name of this criterion.

Link copied to clipboard
@get:JvmName(name = "renderType")
abstract val renderType: ObjectiveRenderType

The render type of this criterion.

Link copied to clipboard
@get:JvmName(name = "type")
abstract val type: StatisticType<T>

The type of this statistic.

Link copied to clipboard
@get:JvmName(name = "value")
abstract val value: T

The value for this statistic.