toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.modeling.variable
/
VariableIfc
Variable
Ifc
interface
VariableIfc
:
IdentityIfc
,
ValueIfc
,
PreviousValueIfc
,
TimeOfChangeIfc
,
PreviousTimeOfChangeIfc
,
InitialValueIfc
,
RangeIfc
Inheritors
TimeWeightedIfc
Variable
Members
Properties
domain
Link copied to clipboard
abstract
val
domain
:
Interval
id
Link copied to clipboard
abstract
val
id
:
Int
initial
Value
Link copied to clipboard
abstract
val
initialValue
:
Double
label
Link copied to clipboard
abstract
var
label
:
String
?
name
Link copied to clipboard
abstract
val
name
:
String
previous
Time
Of
Change
Link copied to clipboard
abstract
val
previousTimeOfChange
:
Double
previous
Value
Link copied to clipboard
abstract
val
previousValue
:
Double
The previous value from the sequence of values a double representing the last value in the sequence
time
Of
Change
Link copied to clipboard
abstract
val
timeOfChange
:
Double
value
Link copied to clipboard
abstract
val
value
:
Double