KSLCore
Toggle table of contents
R1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.modeling.elements
/
ScheduleItemData
Schedule
Item
Data
@
Serializable
data
class
ScheduleItemData
(
val
name
:
String
,
var
startTime
:
Double
=
0.0
,
var
duration
:
Double
,
var
priority
:
Int
=
KSLEvent.DEFAULT_PRIORITY - 4
,
var
message
:
String
?
=
null
,
var
datum
:
Double
?
=
null
)
Members
Constructors
Schedule
Item
Data
Link copied to clipboard
constructor
(
name
:
String
,
startTime
:
Double
=
0.0
,
duration
:
Double
,
priority
:
Int
=
KSLEvent.DEFAULT_PRIORITY - 4
,
message
:
String
?
=
null
,
datum
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
datum
Link copied to clipboard
var
datum
:
Double
?
duration
Link copied to clipboard
var
duration
:
Double
end
Time
Link copied to clipboard
val
endTime
:
Double
message
Link copied to clipboard
var
message
:
String
?
name
Link copied to clipboard
val
name
:
String
priority
Link copied to clipboard
var
priority
:
Int
start
Time
Link copied to clipboard
var
startTime
:
Double