Package | Description |
---|---|
kineticMonteCarlo.kmcCore.growth | |
kineticMonteCarlo.lattice |
Modifier and Type | Method and Description |
---|---|
private Island |
ConcertedKmc.moveIsland(Island originIsland,
int direction)
Moves an island and recomputes all the neighbourhood.
|
private Island |
ConcertedKmc.moveMultiAtom(MultiAtom originMultiAtom,
int direction)
A copy of moveIsland(): Moves an island and recomputes all the neighbourhood.
|
Modifier and Type | Method and Description |
---|---|
private void |
ConcertedKmc.checkMergeIslands(Island island) |
private Island |
ConcertedKmc.moveIsland(Island originIsland,
int direction)
Moves an island and recomputes all the neighbourhood.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivationEnergy.updatePossiblesIslands(java.util.Iterator<Island> islands,
double totalAndDepositionProbability,
double elapsedTime) |
Modifier and Type | Class and Description |
---|---|
class |
MultiAtom |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Island> |
AbstractGrowthLattice.islands |
Modifier and Type | Method and Description |
---|---|
Island |
AbstractGrowthLattice.getIsland(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Island> |
AbstractGrowthLattice.getIslandIterator() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGrowthLattice.swapIsland(Island origin,
Island destination) |
Constructor and Description |
---|
Island(Island another)
To clone.
|
MultiAtom(Island another) |