KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
BatchFormed
Batch
Formed
@
Serializable
@
SerialName
(
value
=
"BatchFormed"
)
data
class
BatchFormed
(
val
simTime
:
Double
,
val
batchEntityId
:
Long
,
val
batchName
:
String
,
val
size
:
Int
)
:
AnimationEvent
(
source
)
A batch of entities was formed into a single batch entity of
size
members.
Members
Constructors
Batch
Formed
Link copied to clipboard
constructor
(
simTime
:
Double
,
batchEntityId
:
Long
,
batchName
:
String
,
size
:
Int
)
Properties
batch
Entity
Id
Link copied to clipboard
val
batchEntityId
:
Long
batch
Name
Link copied to clipboard
val
batchName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double
size
Link copied to clipboard
val
size
:
Int