public class Insertion extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
IntegratorHard |
integrator |
|
P2DoubleWell |
potentialGhost |
|
P2HardWrapper |
potentialWrapper |
|
SpeciesGeneral |
species |
|
SpeciesGeneral |
speciesGhost |
eventManager, random, seeds, space
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBox, addSpecies, box, getBox, getBoxCount, getBoxes, getController, getEventManager, getIntegrator, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, getSpeciesList, makeBox, makeBox, makeUniqueElementSymbol, removeBox, setRandom, species
public SpeciesGeneral species
public SpeciesGeneral speciesGhost
public Box box
public IntegratorHard integrator
public P2HardWrapper potentialWrapper
public P2DoubleWell potentialGhost
public Insertion(Space _space)