public static final class ItemAllocation.ItemAllocationBuilder<T extends org.spectrumauctions.sats.core.model.Good> extends Object
| Constructor and Description |
|---|
ItemAllocationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ItemAllocation<T> |
build() |
ItemAllocation.ItemAllocationBuilder<T> |
withAllocation(Map<org.spectrumauctions.sats.core.model.Bidder<T>,org.spectrumauctions.sats.core.model.Bundle<T>> alloc) |
ItemAllocation.ItemAllocationBuilder<T> |
withTotalValue(BigDecimal totalValue) |
ItemAllocation.ItemAllocationBuilder<T> |
withWorld(org.spectrumauctions.sats.core.model.World world) |
public ItemAllocation.ItemAllocationBuilder<T> withWorld(org.spectrumauctions.sats.core.model.World world)
public ItemAllocation.ItemAllocationBuilder<T> withAllocation(Map<org.spectrumauctions.sats.core.model.Bidder<T>,org.spectrumauctions.sats.core.model.Bundle<T>> alloc)
public ItemAllocation.ItemAllocationBuilder<T> withTotalValue(BigDecimal totalValue)
public ItemAllocation<T> build()
Copyright © 2018. All rights reserved.