Inventory Policy Reorder Point Order Up To Level
open class InventoryPolicyReorderPointOrderUpToLevel @JvmOverloads constructor(parent: ModelElement, reorderPoint: Int = 0, orderUpToPoint: Int = 1, name: String? = null) : InventoryPolicyAbstract(source)
An (r, S) inventory policy: when the inventory position falls to reorderPoint or below, orders enough units to bring the position up to orderUpToPoint.
See sc.inventorylayer.InventoryPolicyReorderPointOrderUpToLevel
Constructors
Link copied to clipboard
constructor(parent: ModelElement, reorderPoint: Int = 0, orderUpToPoint: Int = 1, name: String? = null)
Functions
Link copied to clipboard
Decide whether to place a replenishment order now.
Link copied to clipboard
Snapshot the current parameter values.
Link copied to clipboard
Replace the parameter vector restored at the start of each replication. Subclasses validate the array shape and contents.
Two-argument convenience for setInitialPolicyParameters.
Link copied to clipboard
Change the policy parameters during a replication.