java.io.Serializable
public class CellMolecular
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class | Description |
---|---|---|
static class |
CellMolecular.CellFactory |
Modifier and Type | Field | Description |
---|---|---|
static SiteFactory |
FACTORY |
Constructor | Description |
---|---|
CellMolecular(int latticeArrayIndex) |
Modifier and Type | Method | Description |
---|---|---|
void |
addMolecule(IMolecule molecule) |
|
int |
getLatticeArrayIndex() |
|
MoleculeArrayList |
occupants() |
|
void |
removeMolecule(IMolecule molecule) |
public static final SiteFactory FACTORY
public MoleculeArrayList occupants()
public void addMolecule(IMolecule molecule)
public void removeMolecule(IMolecule molecule)
public int getLatticeArrayIndex()