public class SelfAssemblySim extends Simulation
Modifier and Type | Field | Description |
---|---|---|
ActivityIntegrate |
activityIntegrate |
|
AtomLeafAgentManager<IAtom[]> |
agentManager |
|
Box |
box |
|
ConfigurationLatticeRandom |
config |
|
java.awt.Component |
display |
|
IntegratorHard |
integratorHard |
|
int |
nA |
|
int |
nB |
|
int |
nB1 |
|
int |
nB2 |
|
P2SquareWell |
p2AA |
|
P2SquareWell |
p2AB1 |
|
P2SquareWell |
p2AB2 |
|
P2SquareWell |
p2B1B1 |
|
P2SquareWell |
p2B1B2 |
|
P2SquareWell |
p2B2B2 |
|
P2Tether |
p2Bond |
|
PotentialMasterList |
potentialMaster |
|
SpeciesGeneral |
speciesA |
|
SpeciesGeneralMutable |
speciesB |
|
MeterTemperature |
thermometer |
|
AtomType |
typeA |
|
AtomType |
typeB1 |
|
AtomType |
typeB2 |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SelfAssemblySim(Space space) |
Modifier and Type | Method | Description |
---|---|---|
int |
getNA() |
|
int |
getNB() |
|
int |
getNB1() |
|
int |
getNB2() |
|
AtomType |
getTypeA() |
|
AtomType |
getTypeB1() |
|
AtomType |
getTypeB2() |
|
SpeciesGeneral |
makeSpeciesB(int nB1,
int nB2) |
|
void |
setNA(int nA) |
|
void |
setNB(int nB) |
|
void |
setNB1(int nB1) |
|
void |
setNB2(int nB2) |
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 final PotentialMasterList potentialMaster
public final ConfigurationLatticeRandom config
public IntegratorHard integratorHard
public java.awt.Component display
public Box box
public MeterTemperature thermometer
public SpeciesGeneral speciesA
public SpeciesGeneralMutable speciesB
public final P2SquareWell p2AA
public final P2SquareWell p2AB1
public final P2SquareWell p2AB2
public final P2SquareWell p2B1B1
public final P2SquareWell p2B1B2
public final P2SquareWell p2B2B2
public final P2Tether p2Bond
public ActivityIntegrate activityIntegrate
public AtomLeafAgentManager<IAtom[]> agentManager
public int nA
public int nB
public int nB1
public int nB2
public final AtomType typeB1
public final AtomType typeB2
public final AtomType typeA
public SelfAssemblySim(Space space)
public int getNA()
public void setNA(int nA)
public int getNB()
public void setNB(int nB)
public void setNB1(int nB1)
public int getNB1()
public void setNB2(int nB2)
public int getNB2()
public AtomType getTypeA()
public AtomType getTypeB1()
public AtomType getTypeB2()
public SpeciesGeneral makeSpeciesB(int nB1, int nB2)