Abstract Resource Pool
abstract class AbstractResourcePool<T : Resource>(parent: ModelElement, name: String? = null) : ModelElement, ResourceIfc(source)
An abstract base class that represents a pool of resources (or subclasses of Resource).
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If a(t) is greater than zero
Link copied to clipboard
The pool is considered in active if all of its associated resources are inactive
Link copied to clipboard
If c(t) is the current capacity and b(t) is the current number busy, then a(t) = c(t) - b(t) is the current number of available units. Under some capacity change situations, a(t) may be negative.
Link copied to clipboard
Link copied to clipboard