attach Demand Generator To IHP
fun attachDemandGeneratorToIHP(supplier: InventoryHoldingPoint, type: ItemType, timeUntilNext: RVariableIfc, name: String? = null, transportTime: RVariableIfc? = null): DemandGenerator(source)
fun attachDemandGeneratorToIHP(supplier: InventoryHoldingPoint, generator: DemandGenerator, transportTime: RVariableIfc? = null)(source)
Typed delegate for IHP-only callers.