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