create Reorder Point Order Up To Level Inventory
fun createReorderPointOrderUpToLevelInventory(parent: ModelElement, itemType: ItemType, reorderPoint: Int, orderUpToPoint: Int, initialOnHand: Int = 0, name: String? = null): Inventory(source)
Builds an inventory with an (r, S) policy and a FIFO backlog queue.
Replaces Inventory.createReorderPointOrderUpToLevelInventory.