KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
ReplicationStarted
Replication
Started
@
Serializable
@
SerialName
(
value
=
"ReplicationStarted"
)
data
class
ReplicationStarted
(
val
simTime
:
Double
,
val
replicationNumber
:
Int
)
:
AnimationEvent
(
source
)
A replication has begun. Delimits a replication block in the trace stream.
Members
Constructors
Replication
Started
Link copied to clipboard
constructor
(
simTime
:
Double
,
replicationNumber
:
Int
)
Properties
replication
Number
Link copied to clipboard
val
replicationNumber
:
Int
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double