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.

Constructors

Link copied to clipboard
constructor()

Functions

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