public final class GSVMWorld extends World
| Constructor and Description |
|---|
GSVMWorld(GSVMWorldSetup worldSetup,
RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<GSVMBidder> |
createPopulation(Collection<GSVMRegionalBidderSetup> regionalSetups,
Collection<GSVMNationalBidderSetup> nationalSetups,
RNGSupplier populationRNG) |
com.google.common.collect.ImmutableSet<GSVMLicense> |
getLicenses() |
GSVMCircle |
getNationalCircle() |
int |
getNumberOfGoods() |
GSVMCircle |
getRegionalCircle() |
int |
getSize() |
void |
refreshFieldBackReferences()
Some of the members of the World (e.g.
|
Collection<? extends Bidder<GSVMLicense>> |
restorePopulation(long populationId)
Restore serialized
Bidder instances via population id |
equals, getId, getModelName, hashCode, openNewPopulation, restorePopulation, restorePopulation, storepublic GSVMWorld(GSVMWorldSetup worldSetup, RNGSupplier rngSupplier)
public int getSize()
public GSVMCircle getNationalCircle()
public GSVMCircle getRegionalCircle()
public Collection<? extends Bidder<GSVMLicense>> restorePopulation(long populationId)
WorldBidder instances via population idrestorePopulation in class WorldpopulationId - the population idpublic com.google.common.collect.ImmutableSet<GSVMLicense> getLicenses()
getLicenses in class Worldpublic int getNumberOfGoods()
getNumberOfGoods in class Worldpublic void refreshFieldBackReferences()
WorldrefreshFieldBackReferences in class Worldpublic List<GSVMBidder> createPopulation(Collection<GSVMRegionalBidderSetup> regionalSetups, Collection<GSVMNationalBidderSetup> nationalSetups, RNGSupplier populationRNG)
Copyright © 2017. All rights reserved.