| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
ISingleElectron |
IAtomContainer.getSingleElectron(int idx)
Get the single electron at the specified idx, the index should
be in the range 0 ≤ idx <
IAtomContainer.getSingleElectronCount(). |
ISingleElectron |
IAtomContainer.removeSingleElectron(int position)
Removes the single electron at the given position from the AtomContainer.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISingleElectron> |
IAtomContainer.getConnectedSingleElectronsList(IAtom atom)
Returns the single electrons connected connected to the specified atom.
|
Iterable<ISingleElectron> |
IAtomContainer.singleElectrons()
Returns an Iterable for looping over all single electrons in this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAtomContainer.addSingleElectron(ISingleElectron singleElectron)
Adds a single electron to this AtomContainer.
|
boolean |
IAtomContainer.contains(ISingleElectron singleElectron)
True, if the AtomContainer contains the given SingleElectron object.
|
int |
IAtomContainer.getSingleElectronNumber(ISingleElectron singleElectron)
Deprecated.
|
int |
IAtomContainer.indexOf(ISingleElectron electron)
Access the storage index of a single electron (radical).
|
void |
IAtomContainer.removeSingleElectron(ISingleElectron singleElectron)
Removes the single electron from the AtomContainer.
|
Copyright © 2017. All rights reserved.