select Movable Resource For Allocation
protected open fun selectMovableResourceForAllocation(requestLocation: LocationIfc, resourceAllocationRule: MovableResourceAllocationRuleIfc, resourceList: MutableList<MovableResource>): MovableResource(source)
Parameters
request Location
the location of the request
resource Allocation Rule
the rule to use to select a movable resource. If null, then the first available will be selected for allocation
resource List
the list of movable resources to select from. This list must not be empty.