RequestSelectionRuleIfc

Determines the requests that will be allocated from the specified amount available from the request queue. The total amount requested by the returned requests must not exceed the amount available.

Inheritors

Functions

Link copied to clipboard
abstract fun selectRequests(amountAvailable: Int, requestQ: RequestQ): List<ProcessModel.Entity.Request>

Determines the requests that will be allocated from the specified amount available from the request queue. The total amount requested by the returned requests must not exceed the amount available.