public final class SRVMWorld extends World
| Constructor and Description |
|---|
SRVMWorld(SRVMWorldSetup setup,
RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<SRVMBidder> |
createPopulation(Collection<SRVMBidderSetup> bidderSetups,
RNGSupplier rngSupplier) |
Set<SRVMBand> |
getBands() |
com.google.common.collect.ImmutableSet<SRVMLicense> |
getLicenses() |
int |
getNumberOfGoods() |
void |
refreshFieldBackReferences()
Some of the members of the World (e.g.
|
Collection<? extends Bidder<SRVMLicense>> |
restorePopulation(long populationId)
Restore serialized
Bidder instances via population id |
equals, getId, getModelName, hashCode, openNewPopulation, restorePopulation, restorePopulation, storepublic SRVMWorld(SRVMWorldSetup setup, RNGSupplier rngSupplier)
public int getNumberOfGoods()
getNumberOfGoods in class WorldWorld.getNumberOfGoods()public com.google.common.collect.ImmutableSet<SRVMLicense> getLicenses()
getLicenses in class Worldpublic List<SRVMBidder> createPopulation(Collection<SRVMBidderSetup> bidderSetups, RNGSupplier rngSupplier)
public Collection<? extends Bidder<SRVMLicense>> restorePopulation(long populationId)
WorldBidder instances via population idrestorePopulation in class WorldpopulationId - the population idWorld.restorePopulation(long)public void refreshFieldBackReferences()
WorldrefreshFieldBackReferences in class WorldWorld.refreshFieldBackReferences()Copyright © 2017. All rights reserved.