Package-level declarations

Types

Link copied to clipboard
interface DelayProvider

Provides a delay between emissions for the a Generator timetable

Link copied to clipboard
object Delays

Default delays

Link copied to clipboard
interface Generator<out T> : Iterator<Pair<T, Duration>>

Generates an infinite iterator over instances T and delays between their emissions by a node that generates traffic, i.e., com.group7.nodes.ArrivalNode.

Link copied to clipboard
object Generators

Default generators

Functions

Link copied to clipboard
fun <T> Generator<T>.take(n: Int): Generator<T>

Constraints the generator to only emit a limited number of entities.