| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
ILonePair |
IAtomContainer.getLonePair(int idx)
Get the lone pair at the specified idx, the index should be in the
range 0 ≤ idx <
IAtomContainer.getLonePairCount(). |
ILonePair |
IAtomContainer.removeLonePair(int position)
Removes the lone pair at the given position from the AtomContainer.
|
| Modifier and Type | Method and Description |
|---|---|
List<ILonePair> |
IAtomContainer.getConnectedLonePairsList(IAtom atom)
Returns the lone pairs connected connected to the specified atom.
|
Iterable<ILonePair> |
IAtomContainer.lonePairs()
Returns an Iterable for looping over all lone pairs in this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAtomContainer.addLonePair(ILonePair lonePair)
Adds a lone pair to this AtomContainer.
|
boolean |
IAtomContainer.contains(ILonePair lonePair)
True, if the AtomContainer contains the given LonePair object.
|
int |
IAtomContainer.getLonePairNumber(ILonePair lonePair)
Deprecated.
|
int |
IAtomContainer.indexOf(ILonePair pair)
Access the storage index of a long pair.
|
void |
IAtomContainer.removeLonePair(ILonePair lonePair)
Removes the lone pair from the AtomContainer.
|
Copyright © 2017. All rights reserved.