toxTree.query
Class MyAssociationBond

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
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.openscience.cdk.interfaces.ICDKObject, org.openscience.cdk.interfaces.IChemObject, org.openscience.cdk.interfaces.IElectronContainer
Direct Known Subclasses:
AssociationQueryBond

public class MyAssociationBond
extends org.openscience.cdk.Association

Modified 2005-9-23 Modified 2012-2-25

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openscience.cdk.Association
atomCount, atoms, electronCount
 
Constructor Summary
MyAssociationBond()
           
MyAssociationBond(org.openscience.cdk.interfaces.IAtom atom1, org.openscience.cdk.interfaces.IAtom atom2)
           
 
Method Summary
 
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

MyAssociationBond

public MyAssociationBond()

MyAssociationBond

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


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