Builder Cost Observables Data
data class BuilderCostObservablesData(val builder: DemandLoadBuilder, val perItemUnitsOnHand: Map<ItemType, Double>, val totalLoadsShipped: Double) : BuilderCostObservables(source)
Concrete builder-observables snapshot. perItemUnitsOnHand captures the per-item TW averages for every item the builder is tracking; unitsOnHandAvg looks up by item (returning null for untracked items).
Constructors
Link copied to clipboard
constructor(builder: DemandLoadBuilder, perItemUnitsOnHand: Map<ItemType, Double>, totalLoadsShipped: Double)