Companion

Functions

fun createReorderPointOrderUpToLevelInventory(parent: ModelElement, itemType: ItemType, reorderPoint: Int, orderUpToPoint: Int, initialOnHand: Int = 0, name: String? = null): Inventory

Builds an inventory with an (r, S) policy and a FIFO backlog queue.

fun createReorderPointReorderQuantityInventory(parent: ModelElement, itemType: ItemType, reorderPoint: Int, reorderQty: Int, initialOnHand: Int = 0, name: String? = null): Inventory

Builds an inventory with an (r, Q) policy and a FIFO backlog queue already attached. Convenience helper for the common case.