Companion

Instantaneous metric for time between departures, instantaneous metric.

Local inter-departure time triggered by objects leaving nodes. Global inter-arrival time based on gaps between arrivals at any sink nodes.

Functions

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

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

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

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

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

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

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

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