| Package | Description |
|---|---|
| org.openscience.cdk.interfaces | |
| org.openscience.cdk.isomorphism.matchers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBond
Implements the concept of a covalent bond between two or more atoms.
|
interface |
ILonePair
A LonePair is an orbital primarily located with one Atom, containing
two electrons.
|
interface |
ISingleElectron
A Single Electron is an orbital which is occupied by only one electron.
|
| Modifier and Type | Method and Description |
|---|---|
IElectronContainer |
IAtomContainer.getElectronContainer(int number)
Returns the ElectronContainer at position
number in the
container. |
IElectronContainer |
IAtomContainer.removeElectronContainer(int position)
Removes the bond at the given position from this container.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IElectronContainer> |
IAtomContainer.electronContainers()
Returns an Iterable for looping over all electron containers in this container.
|
List<IElectronContainer> |
IAtomContainer.getConnectedElectronContainersList(IAtom atom)
Returns the electron containers (bonds, radicals, and lone pairs )
connected connected to the specified atom.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAtomContainer.addElectronContainer(IElectronContainer electronContainer)
Adds a ElectronContainer to this AtomContainer.
|
boolean |
IAtomContainer.contains(IElectronContainer electronContainer)
True, if the AtomContainer contains the given ElectronContainer object.
|
void |
IAtomContainer.removeElectronContainer(IElectronContainer electronContainer)
Removes this ElectronContainer from this container.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IQueryBond
Defines the abililty to be matched against IBond's.
|
Copyright © 2017. All rights reserved.