java.io.Serializablepublic class AtomPairSet
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
AtomPairSet(IMoleculeList list) |
Constructor for AtomPairSet.
|
| Modifier and Type | Method | Description |
|---|---|---|
IMoleculeList |
getAPair(int i,
int j) |
Returns atom pair for ith and jth atoms in set.
|
public AtomPairSet(IMoleculeList list)
list - The list of atoms for which the set of pairs is formed.public IMoleculeList getAPair(int i, int j)