ParameterInformation

class ParameterInformation(var id: Int, var name: String, var minimumValue: Double = 0.0, var maximumValue: Double = 1.0, var defaultValue: Double = 0.0)

Constructors

Link copied to clipboard
constructor(id: Int, name: String, minimumValue: Double = 0.0, maximumValue: Double = 1.0, defaultValue: Double = 0.0)

Types

Link copied to clipboard
class EnumerationInformation(var index: Int, var value: Double, var name: String)

Properties

Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard