SimPort
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SimPort
ports
/
com.group7.metrics
/
InterArrivalTime
/
Local
Local
class
Local
(
container
:
Container
<
*
>
,
unit
:
DurationUnit
=
DurationUnit.SECONDS
)
:
InterArrivalTime
Local inter-arrival time metric measuring gaps between successive arrivals at a node.
Members
Constructors
Local
Link copied to clipboard
constructor
(
container
:
Container
<
*
>
,
unit
:
DurationUnit
=
DurationUnit.SECONDS
)
Properties
sample
Count
Link copied to clipboard
var
sampleCount
:
Long
Functions
on
Fire
Link copied to clipboard
fun
onFire
(
callback
:
(
Instant
,
Double
)
->
Unit
)