MoleculeToIndex
, MoleculeToMoleculeList
, java.io.Serializable
public 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)
MoleculeToMoleculeList
getMoleculeList
in interface MoleculeToMoleculeList
public int getIndex(IMolecule molecule)
MoleculeToIndex
getIndex
in interface MoleculeToIndex