create Movable Resources
fun createMovableResources(parent: ModelElement, numToCreate: Int, initLocation: LocationIfc, defaultVelocity: RandomIfc, baseName: String? = parent.name): List<MovableResource>
Creates the required number of movable resources that have no queue.
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