OrderMessageIfc

The order-level counterpart to DemandMessageIfc. Aggregates one DemandMessageIfc per demand on the negotiated order plus order-level metadata.

See sc.inventorylayer.OrderMessageIfc

Inheritors

Properties

Link copied to clipboard

True if every item type on the order can be filled by orderFiller. False if the order has no demand messages yet, or any added message has DemandMessageIfc.canFillItemType false, or any added entry is null (sentinel for "no information available").

Link copied to clipboard

The list of per-demand messages, in the order they were added. Entries may be null (sentinel for "no information available").

Link copied to clipboard

The order filler that produced this message.

Link copied to clipboard
abstract val timeStamp: Double

Simulation time at which this message was created.