Movable Resource Allocation Rule
open class MovableResourceAllocationRule(var comparator: Comparator<in MovableResource>) : MovableResourceAllocationRuleIfc
This rule will sort the list according to the comparator and then allocate the first element
Inheritors
Functions
Link copied to clipboard
open override fun selectMovableResourceForAllocation(requestLocation: LocationIfc, resourceList: MutableList<MovableResource>): MovableResource
The method assumes that the provided list of resources has enough units available to satisfy the needs of the request.