Companion

Instantaneous metric for time between arrivals instantaneous metric.

Local inter-arrival time triggered by objects entering nodes. Global inter-arrival time based on gaps between departures at any source nodes.

Functions

Link copied to clipboard
open override fun create(scenario: Scenario): MetricGroup

Creates a global inter-arrival time metric across the entire scenario (uses default time unit of seconds).

fun create(scenario: Scenario, unit: DurationUnit): MetricGroup

Creates a global inter-arrival time metric across the entire scenario with optional time unit.

open override fun create(node: Container<*>, scenario: Scenario): MetricGroup?

Creates an inter-arrival time metric for a specific node (uses default time unit of seconds).

fun create(node: Container<*>, unit: DurationUnit): MetricGroup?

Creates an inter-arrival time metric for a specific node with optional time unit.