Package-level declarations

Types

Link copied to clipboard

Controls and provides seeds for distributions we sample data from during the running of a scenario.

Properties

Link copied to clipboard

Provides the string suffix of this DurationUnit

Functions

Link copied to clipboard
fun studentT(df: Int, alpha: Double): Double

Calculates the student-T value

Link copied to clipboard

Attaches a bounded subnetwork defined in inner to the current NodeBuilder chain. The output of the subnetwork can then be connected to downstream nodes using the DSL system as well.

Link copied to clipboard

Converts to a rate with appropriate units

Link copied to clipboard
fun Number.toRateWithUnit(duration: Duration, unit: DurationUnit, dp: Int = 4): String
Link copied to clipboard

Converts duration to the string with the closest and most appropriate unit

Link copied to clipboard

Walks downstream from this OutputChannel, and returns a sequence of the following NodeGroup instances that exist downstream of this channel.

Link copied to clipboard

Walks upstream from this InputChannel, and returns a sequence of the following NodeGroup instances that exist upstream of this channel.