public class LSVMGrid extends Object implements Serializable
| Constructor and Description |
|---|
LSVMGrid(LSVMWorld world,
LSVMWorldSetup worldSetup,
UniformDistributionRNG rng) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<LSVMLicense> |
getLicenses() |
int |
getNumberOfColumns() |
int |
getNumberOfRows() |
LSVMWorld |
getWorld() |
boolean |
isNeighbor(LSVMLicense a,
LSVMLicense b) |
public LSVMGrid(LSVMWorld world, LSVMWorldSetup worldSetup, UniformDistributionRNG rng)
public com.google.common.collect.ImmutableSet<LSVMLicense> getLicenses()
public LSVMWorld getWorld()
public int getNumberOfRows()
public int getNumberOfColumns()
public boolean isNeighbor(LSVMLicense a, LSVMLicense b)
Copyright © 2017. All rights reserved.