Package-level declarations
Types
Link copied to clipboard
A metric that is evaluated at each simulation step based on simulation time intervals.
Link copied to clipboard
Downsamples instantaneous metric data using reservoir sampling.
Link copied to clipboard
Factory for creating global metrics across the entire simulation.
Link copied to clipboard
A metric that fires discrete events during simulation.
Link copied to clipboard
A result column that displays a long integer value.
Link copied to clipboard
data class MetricColumn(val label: String, val metric: Metric?, val format: String = "%.4f") : ResultColumn
A result column that displays a Metric value with a specified format.
Link copied to clipboard
Factory for creating metrics for individual nodes.
Link copied to clipboard
open class MetricGroup(val name: String, val associatedNode: NodeGroup?, val raw: Metric?, val moments: Moments?)
Groups related metrics (raw metric and its statistical moments) together.
Link copied to clipboard
Collects and buffers metric values during simulation execution.
Link copied to clipboard
A recorded value of a metric at a specific simulation time.
Link copied to clipboard
A metric that reports at a specified rate during the simulation.
Link copied to clipboard
Base interface for columns in metric result tables.