verhaar.query
Class QueryUnsaturatedBond

java.lang.Object
  extended by org.openscience.cdk.ChemObject
      extended by org.openscience.cdk.ElectronContainer
          extended by org.openscience.cdk.Bond
              extended by verhaar.query.QueryUnsaturatedBond
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.openscience.cdk.interfaces.IBond, org.openscience.cdk.interfaces.ICDKObject, org.openscience.cdk.interfaces.IChemObject, org.openscience.cdk.interfaces.IElectronContainer, org.openscience.cdk.isomorphism.matchers.IQueryBond

public class QueryUnsaturatedBond
extends org.openscience.cdk.Bond
implements org.openscience.cdk.isomorphism.matchers.IQueryBond

Verifies if a bond is unsaturated (double, triple, aromatic)

Author:
Nina Jeliazkova Modified 2005-10-30
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openscience.cdk.interfaces.IBond
org.openscience.cdk.interfaces.IBond.Order, org.openscience.cdk.interfaces.IBond.Stereo
 
Field Summary
protected static TTLogger logger
           
 
Fields inherited from class org.openscience.cdk.Bond
atomCount, atoms, order, stereo
 
Fields inherited from class org.openscience.cdk.ElectronContainer
electronCount
 
Constructor Summary
QueryUnsaturatedBond()
           
QueryUnsaturatedBond(org.openscience.cdk.interfaces.IAtom arg0, org.openscience.cdk.interfaces.IAtom arg1)
           
QueryUnsaturatedBond(org.openscience.cdk.interfaces.IAtom arg0, org.openscience.cdk.interfaces.IAtom arg1, org.openscience.cdk.interfaces.IBond.Order arg2)
           
QueryUnsaturatedBond(org.openscience.cdk.interfaces.IAtom arg0, org.openscience.cdk.interfaces.IAtom arg1, org.openscience.cdk.interfaces.IBond.Order arg2, org.openscience.cdk.interfaces.IBond.Stereo arg3)
           
 
Method Summary
 boolean matches(org.openscience.cdk.interfaces.IBond arg0)
           
 
Methods inherited from class org.openscience.cdk.Bond
atoms, clone, compare, contains, get2DCenter, get3DCenter, getAtom, getAtomCount, getConnectedAtom, getConnectedAtoms, getOrder, getStereo, isConnectedTo, setAtom, setAtoms, setOrder, setStereo, toString
 
Methods inherited from class org.openscience.cdk.ElectronContainer
getElectronCount, setElectronCount
 
Methods inherited from class org.openscience.cdk.ChemObject
addListener, getBuilder, getFlag, getFlags, getID, getListenerCount, getNotification, getProperties, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, shallowCopy
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openscience.cdk.interfaces.IElectronContainer
getElectronCount, setElectronCount
 
Methods inherited from interface org.openscience.cdk.interfaces.IChemObject
addListener, getFlag, getFlags, getID, getListenerCount, getNotification, getProperties, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty
 
Methods inherited from interface org.openscience.cdk.interfaces.ICDKObject
getBuilder
 

Field Detail

logger

protected static TTLogger logger
Constructor Detail

QueryUnsaturatedBond

public QueryUnsaturatedBond()

QueryUnsaturatedBond

public QueryUnsaturatedBond(org.openscience.cdk.interfaces.IAtom arg0,
                            org.openscience.cdk.interfaces.IAtom arg1)
Parameters:
arg0 -
arg1 -

QueryUnsaturatedBond

public QueryUnsaturatedBond(org.openscience.cdk.interfaces.IAtom arg0,
                            org.openscience.cdk.interfaces.IAtom arg1,
                            org.openscience.cdk.interfaces.IBond.Order arg2)
Parameters:
arg0 -
arg1 -
arg2 -

QueryUnsaturatedBond

public QueryUnsaturatedBond(org.openscience.cdk.interfaces.IAtom arg0,
                            org.openscience.cdk.interfaces.IAtom arg1,
                            org.openscience.cdk.interfaces.IBond.Order arg2,
                            org.openscience.cdk.interfaces.IBond.Stereo arg3)
Parameters:
arg0 -
arg1 -
arg2 -
arg3 -
Method Detail

matches

public boolean matches(org.openscience.cdk.interfaces.IBond arg0)
Specified by:
matches in interface org.openscience.cdk.isomorphism.matchers.IQueryBond


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.