KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
AgentStateExited
Agent
State
Exited
@
Serializable
@
SerialName
(
value
=
"AgentStateExited"
)
data
class
AgentStateExited
(
val
simTime
:
Double
,
val
agentName
:
String
,
val
stateName
:
String
)
:
AnimationEvent
(
source
)
An agent's statechart exited a state.
Members
Constructors
Agent
State
Exited
Link copied to clipboard
constructor
(
simTime
:
Double
,
agentName
:
String
,
stateName
:
String
)
Properties
agent
Name
Link copied to clipboard
val
agentName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double
state
Name
Link copied to clipboard
val
stateName
:
String