KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
AgentRemoved
Agent
Removed
@
Serializable
@
SerialName
(
value
=
"AgentRemoved"
)
data
class
AgentRemoved
(
val
simTime
:
Double
,
val
agentName
:
String
)
:
AnimationEvent
(
source
)
An agent left the model registry.
Members
Constructors
Agent
Removed
Link copied to clipboard
constructor
(
simTime
:
Double
,
agentName
:
String
)
Properties
agent
Name
Link copied to clipboard
val
agentName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double