SResourceCIfc

Properties

Link copied to clipboard

Time-weighted 0/1 indicator of the busy state (at least one unit working).

Link copied to clipboard
abstract val capacity: Int

The capacity of the resource at time any time t

Link copied to clipboard

Time-weighted response of the resource's capacity (which may vary over time under a capacity schedule).

Link copied to clipboard

Time-weighted 0/1 indicator of the failed state; its average is the long-run fraction of time failed (unavailability due to failure).

Link copied to clipboard

Indicates if resource has available units

Link copied to clipboard

Time-weighted 0/1 indicator of the idle state (on shift, not busy, not failed).

Link copied to clipboard

Time-weighted 0/1 indicator of the inactive state (off shift, capacity 0, not busy/failed).

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 isFailed: Boolean

True if the resource is currently failed (down for repair).

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

Counts the number of failures (downtimes) experienced.

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