KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
ExperimentStarted
Experiment
Started
@
Serializable
@
SerialName
(
value
=
"ExperimentStarted"
)
data
class
ExperimentStarted
(
val
simTime
:
Double
,
val
experimentName
:
String
,
val
numberOfReplications
:
Int
)
:
AnimationEvent
(
source
)
The experiment (a set of replications) has begun.
Members
Constructors
Experiment
Started
Link copied to clipboard
constructor
(
simTime
:
Double
,
experimentName
:
String
,
numberOfReplications
:
Int
)
Properties
experiment
Name
Link copied to clipboard
val
experimentName
:
String
number
Of
Replications
Link copied to clipboard
val
numberOfReplications
:
Int
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double