| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IRingSet |
IRingSet.getConnectedRings(IRing ring)
Returns all the rings in the RingSet that share
one or more atoms with a given ring.
|
IRingSet |
IRingSet.getRings(IAtom atom)
Returns a vector of all rings that this atom is part of.
|
IRingSet |
IRingSet.getRings(IBond bond)
Returns a vector of all rings that this bond is part of.
|
IRingSet |
IChemModel.getRingSet()
Returns the RingSet of this ChemModel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRingSet.add(IRingSet ringSet)
Adds all rings of another RingSet if they are not allready part of this ring set.
|
void |
IChemModel.setRingSet(IRingSet ringSet)
Sets the RingSet of this ChemModel.
|
Copyright © 2017. All rights reserved.