RVParameterData

data class RVParameterData(val clazzName: String, val elementId: Int, val dataType: String, val rvName: String, val paramName: String, val paramValue: Double)

A data transfer class holding the information about a random variable's parameters. Used primarily to store the data within the KSL database.

Constructors

Link copied to clipboard
constructor(clazzName: String, elementId: Int, dataType: String, rvName: String, paramName: String, paramValue: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard