Demand Message
constructor(demandFiller: DemandFillerIfc, timeStamp: Double, canFillItemType: Boolean = false, requestStatus: DemandStatusCode = DemandStatusCode.NoStatus, requestFillAmount: Int = 0, inventory: InventoryIfc? = null, mayPartiallyFillDemands: Boolean = false, mayBackLogDemands: Boolean = false)(source)
Parameters
demand Filler
the filler that produced this message
time Stamp
simulation time at which the message was created
can Fill Item Type
true if the filler is willing to fill demands of the negotiated item type
request Status
the proposed status for the demand
request Fill Amount
units the filler would allocate now; must be >= 0
inventory
optional view of the filler's inventory
may Partially Fill Demands
may Back Log Demands
see DemandMessageIfc.mayBackLogDemands
See sc.inventorylayer.DemandMessage