JME - Application Documentation
Preparing search index...
includes/junctionmanagerutils/statsCollector
JunctionCounter
Type Alias JunctionCounter
Per-junction running counters accumulated over the simulation lifetime.
type
JunctionCounter
=
{
blockedDownstream
:
number
;
entered
:
number
;
exited
:
number
;
maxQueueLength
:
number
;
maxWaitTime
:
number
;
totalWaitTime
:
number
;
waitCount
:
number
;
}
Index
Properties
blocked
Downstream
entered
exited
max
Queue
Length
max
Wait
Time
total
Wait
Time
wait
Count
Properties
blocked
Downstream
blockedDownstream
:
number
entered
entered
:
number
exited
exited
:
number
max
Queue
Length
maxQueueLength
:
number
max
Wait
Time
maxWaitTime
:
number
total
Wait
Time
totalWaitTime
:
number
wait
Count
waitCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocked
Downstream
entered
exited
max
Queue
Length
max
Wait
Time
total
Wait
Time
wait
Count
JME - Application Documentation
Loading...
Per-junction running counters accumulated over the simulation lifetime.