SResourceCIfc

interface SResourceCIfc

Inheritors

Properties

Link copied to clipboard
abstract val capacity: Int

The capacity of the resource at time any time t

Link copied to clipboard

Indicates if resource has available units

Link copied to clipboard
abstract var initialCapacity: Int

The initial capacity of the resource at time just prior to 0.0

Link copied to clipboard
abstract val isBusy: Boolean

Checks to see if the resource is busy, has some units allocated

Link copied to clipboard
abstract val isIdle: Boolean

Checks if the resource is idle, has no units allocated

Link copied to clipboard
abstract val numAvailableUnits: Int

Current number of available units

Link copied to clipboard

Response information on number of busy units

Link copied to clipboard
abstract val numTimesReleased: Int

Counts how many times the resource has units become idle

Link copied to clipboard
abstract val numTimesSeized: Int

Counts how many times the resource has units become busy

Link copied to clipboard

Response information on resource utilization