Characteristic

@Serializable
data class Characteristic(val id: Int, val geneModulo: Int, val possibleValues: List<Int>, val descriptions: List<Description>)(source)

Constructors

Link copied to clipboard
constructor(id: Int, geneModulo: Int, possibleValues: List<Int>, descriptions: List<Description>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard