create Movable Resources With Queues
fun createMovableResourcesWithQueues(parent: ModelElement, numToCreate: Int, initLocation: LocationIfc, defaultVelocity: RandomIfc): List<MovableResource>
Creates the required number of movable resources that have their own queues.
Parameters
parent
the containing model element
num To Create
the number of resources to create, must be 1 or more
init Location
the initial starting location of the resource within the spatial model
default Velocity
the default velocity for movement within the spatial model