Uses of Class
org.spectrumauctions.sats.core.model.cats.CATSBidder
-
Packages that use CATSBidder Package Description org.spectrumauctions.sats.core.bidlang.xor org.spectrumauctions.sats.core.model.cats -
-
Uses of CATSBidder in org.spectrumauctions.sats.core.bidlang.xor
Methods in org.spectrumauctions.sats.core.bidlang.xor that return CATSBidder Modifier and Type Method Description CATSBidderCatsXOR. getBidder()Constructors in org.spectrumauctions.sats.core.bidlang.xor with parameters of type CATSBidder Constructor Description CatsXOR(java.util.Collection<CATSLicense> goods, RNGSupplier rngSupplier, CATSBidder bidder) -
Uses of CATSBidder in org.spectrumauctions.sats.core.model.cats
Methods in org.spectrumauctions.sats.core.model.cats that return types with arguments of type CATSBidder Modifier and Type Method Description java.util.List<CATSBidder>CATSRegionModel. createPopulation(CATSWorld world, RNGSupplier populationRNG)java.util.List<CATSBidder>CATSWorld. createPopulation(java.util.List<CATSBidderSetup> setups, RNGSupplier populationRNG)java.util.List<CATSBidder>CATSWorld. restorePopulation(long populationId)
-