public class DebugRingSet extends RingSet implements IRingSet
atomContainerCount, atomContainers, growArraySize, multipliers
Constructor and Description |
---|
DebugRingSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(IRingSet ringSet)
Adds all rings of another RingSet if they are not already part of this ring set.
|
boolean |
contains(IAtom atom)
True, if at least one of the rings in the ringset contains
the given atom.
|
IRingSet |
getConnectedRings(IRing ring)
Returns all the rings in the RingSet that share
one or more atoms with a given ring.
|
IRingSet |
getRings(IAtom atom)
Returns a vector of all rings that this atom is part of.
|
IRingSet |
getRings(IBond bond)
Returns a vector of all rings that this bond is part of.
|
add, addAtomContainer, addAtomContainer, atomContainers, getAtomContainer, getAtomContainerCount, getMultiplier, getMultiplier, getMultipliers, growAtomContainerArray, isEmpty, removeAllAtomContainers, removeAtomContainer, removeAtomContainer, replaceAtomContainer, setMultiplier, setMultiplier, setMultipliers, sortAtomContainers, stateChanged
addListener, addProperties, compare, getBuilder, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, shallowCopy
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, addAtomContainer, addAtomContainer, atomContainers, getAtomContainer, getAtomContainerCount, getMultiplier, getMultiplier, getMultipliers, removeAllAtomContainers, removeAtomContainer, removeAtomContainer, replaceAtomContainer, setMultiplier, setMultiplier, setMultipliers, sortAtomContainers
addListener, addProperties, clone, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString
getBuilder
public IRingSet getRings(IBond bond)
public IRingSet getRings(IAtom atom)
public IRingSet getConnectedRings(IRing ring)
getConnectedRings
in interface IRingSet
getConnectedRings
in class RingSet
ring
- A ring with which all return rings must share one or more atomspublic void add(IRingSet ringSet)
AtomContainerSet.addAtomContainer(org.openscience.cdk.interfaces.IAtomContainer)
Copyright © 2017. All Rights Reserved.