Class LSVMGrid
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.lsvm.LSVMGrid
-
- All Implemented Interfaces:
java.io.Serializable
public class LSVMGrid extends java.lang.Object implements java.io.Serializable- Author:
- Fabio Isler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LSVMGrid(LSVMWorld world, LSVMWorldSetup worldSetup, UniformDistributionRNG rng)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<LSVMLicense>getLicenses()intgetNumberOfColumns()intgetNumberOfRows()LSVMWorldgetWorld()booleanisNeighbor(LSVMLicense a, LSVMLicense b)
-
-
-
Constructor Detail
-
LSVMGrid
public LSVMGrid(LSVMWorld world, LSVMWorldSetup worldSetup, UniformDistributionRNG rng)
-
-
Method Detail
-
getLicenses
public com.google.common.collect.ImmutableList<LSVMLicense> getLicenses()
-
getWorld
public LSVMWorld getWorld()
-
getNumberOfRows
public int getNumberOfRows()
-
getNumberOfColumns
public int getNumberOfColumns()
-
isNeighbor
public boolean isNeighbor(LSVMLicense a, LSVMLicense b)
-
-