Datum

data class Datum<DOMAIN>(dataset: Dataset<DOMAIN>, domain: DOMAIN, indexInData: Int)

Decorate a <DOMAIN> object with several information.

Constructors

Datum
Link copied to clipboard
common
fun <DOMAIN> Datum(dataset: Dataset<DOMAIN>, domain: DOMAIN, indexInData: Int)

Properties

currentSeries
Link copied to clipboard
common
val currentSeries: List<Datum<DOMAIN>>
Get the full List of Datum this Datum belongs to.
domain
Link copied to clipboard
common
val domain: DOMAIN
the current <DOMAIN> object
indexInData
Link copied to clipboard
common
val indexInData: Int
the index of this domain object in the initial data list
indexInSeries
Link copied to clipboard
common
val indexInSeries: Int
the index of this domain object in its series
indexOfSeries
Link copied to clipboard
common
val indexOfSeries: Int
the index of this domain object series