DefaultRequestSelectionRule

Returns a list of requests that can be allocated at the current time based on the amount available criteria. Each request that can be fully allocated by the amount available is returned. The list is ordered in the same order as the RequestQ. No partial filling is permitted in this default rule.

Functions

Link copied to clipboard
open override 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.