MoleculeToIndex, MoleculeToMoleculeList, java.io.Serializablepublic class MoleculeToMoleculeSetFixed extends java.lang.Object implements MoleculeToMoleculeList, MoleculeToIndex, java.io.Serializable
| Constructor | Description |
|---|---|
MoleculeToMoleculeSetFixed() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getIndex(IMolecule molecule) |
Returns an integer that this instance associates with the given atom.
|
IMoleculeList |
getMoleculeList(IMolecule molecule) |
Returns the ArrayList that this instance associates with the given atom.
|
void |
setArrayList(MoleculeArrayList list) |
public void setArrayList(MoleculeArrayList list)
public IMoleculeList getMoleculeList(IMolecule molecule)
MoleculeToMoleculeListgetMoleculeList in interface MoleculeToMoleculeListpublic int getIndex(IMolecule molecule)
MoleculeToIndexgetIndex in interface MoleculeToIndex