toxTree.query
Class AssociationQueryBond

java.lang.Object
  extended by org.openscience.cdk.ChemObject
      extended by org.openscience.cdk.ElectronContainer
          extended by org.openscience.cdk.Association
              extended by toxTree.query.MyAssociationBond
                  extended by toxTree.query.AssociationQueryBond
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.openscience.cdk.interfaces.ICDKObject, org.openscience.cdk.interfaces.IChemObject, org.openscience.cdk.interfaces.IElectronContainer, org.openscience.cdk.isomorphism.matchers.IQueryBond

public class AssociationQueryBond
extends MyAssociationBond
implements org.openscience.cdk.isomorphism.matchers.IQueryBond

TODO add description

Author:
ThinClient Modified 2005-9-23
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openscience.cdk.Association
atomCount, atoms, electronCount
 
Constructor Summary
AssociationQueryBond()
           
AssociationQueryBond(org.openscience.cdk.interfaces.IAtom atom1, org.openscience.cdk.interfaces.IAtom atom2)
           
 
Method Summary
 boolean matches(org.openscience.cdk.interfaces.IBond bond)
           
 
Methods inherited from class org.openscience.cdk.Association
contains, getAtomAt, getAtomCount, getAtoms, getElectronCount, setAtomAt, setAtoms, toString
 
Methods inherited from class org.openscience.cdk.ElectronContainer
clone, setElectronCount
 
Methods inherited from class org.openscience.cdk.ChemObject
addListener, compare, 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.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
 

Constructor Detail

AssociationQueryBond

public AssociationQueryBond(org.openscience.cdk.interfaces.IAtom atom1,
                            org.openscience.cdk.interfaces.IAtom atom2)
Parameters:
atom1 -
atom2 -

AssociationQueryBond

public AssociationQueryBond()
Method Detail

matches

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


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