KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
ExitedNetwork
Exited
Network
@
Serializable
@
SerialName
(
value
=
"ExitedNetwork"
)
data
class
ExitedNetwork
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
networkName
:
String
,
val
egressName
:
String
)
:
AnimationEvent
(
source
)
An entity left a station network through an egress (disposed).
Members
Constructors
Exited
Network
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
networkName
:
String
,
egressName
:
String
)
Properties
egress
Name
Link copied to clipboard
val
egressName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
Long
network
Name
Link copied to clipboard
val
networkName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double