ControlData

data class ControlData(val key: String, val value: Double, val lowerBound: Double, val upperBound: Double, val comment: String, val controlType: ControlType, val elementType: String, val elementName: String, val modelName: String)

A data class for transferring the data associated with a control.

Constructors

Link copied to clipboard
constructor(key: String, value: Double, lowerBound: Double, upperBound: Double, comment: String, controlType: ControlType, elementType: String, elementName: String, modelName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard