ResourceAllocationRule

This rule will sort the list according to the comparator and then allocate in the sorted order.

Inheritors

Constructors

Link copied to clipboard
constructor(comparator: Comparator<Resource>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun selectResourceForAllocation(amountNeeded: Int, resourceList: MutableList<Resource>): Map<Resource, Int>

The method assumes that the provided list of resources has enough units available to satisfy the needs of the request.