Uses of Class
org.spectrumauctions.sats.core.model.cats.CATSWorld
-
Packages that use CATSWorld Package Description org.spectrumauctions.sats.core.model.cats -
-
Uses of CATSWorld in org.spectrumauctions.sats.core.model.cats
Methods in org.spectrumauctions.sats.core.model.cats that return CATSWorld Modifier and Type Method Description CATSWorldCATSRegionModel. createWorld(RNGSupplier worldSeed)CATSWorldCATSBidder. getWorld()CATSWorldCATSLicense. getWorld()Methods in org.spectrumauctions.sats.core.model.cats with parameters of type CATSWorld Modifier and Type Method Description java.util.List<CATSBidder>CATSRegionModel. createPopulation(CATSWorld world, RNGSupplier populationRNG)voidCATSLicense. refreshFieldBackReferences(CATSWorld world)Method is called after deserialization, there is not need to call it on any other occasion.
SeeWorld.refreshFieldBackReferences()for explanations.
-