public final class AtomPotentialList
extends java.lang.Object
Constructor | Description |
---|---|
AtomPotentialList() |
Constructs sequencer for the given atom.
|
Modifier and Type | Method | Description |
---|---|---|
void |
clearNbrs() |
Clears neighbor lists, resetting all flags to false (not interacting).
|
boolean[] |
getInteractingList() |
Returns booleans indicating whether the Atom interacts with each potential or not.
|
protected void |
setCapacity(int index) |
|
void |
setIsInteracting(boolean flag,
int index) |
Sets whether the atom is interacting or not with the potential corresponding to the given index.
|
public AtomPotentialList()
public void setIsInteracting(boolean flag, int index)
public boolean[] getInteractingList()
protected void setCapacity(int index)
public void clearNbrs()