Occupancy

Occupancy of nodes continuous metric

Inheritors

Types

Link copied to clipboard

Continuous metric for local and global occupancy.

Link copied to clipboard
class Global(scenario: Scenario) : Occupancy

Global occupancy metric tracking the total number of objects currently in the entire simulation.

Link copied to clipboard
class Local(container: Container<*>) : Occupancy

Local occupancy metric tracking the current number of objects in a single container.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun report(currentTime: Instant): Double