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