java.io.Serializable
public class Cell
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class | Description |
---|---|---|
static class |
Cell.CellFactory |
Modifier and Type | Field | Description |
---|---|---|
static SiteFactory |
FACTORY |
Constructor | Description |
---|---|
Cell(int latticeArrayIndex) |
Modifier and Type | Method | Description |
---|---|---|
void |
addAtom(IAtom atom) |
|
int |
getLatticeArrayIndex() |
|
AtomArrayList |
occupants() |
|
void |
removeAtom(IAtom atom) |
public static final SiteFactory FACTORY
public AtomArrayList occupants()
public void addAtom(IAtom atom)
public void removeAtom(IAtom atom)
public int getLatticeArrayIndex()