fingerprinters.topological.features
Class DanglingBond

java.lang.Object
  extended by fingerprinters.topological.features.DanglingBond

public class DanglingBond
extends java.lang.Object


Constructor Summary
DanglingBond(org.openscience.cdk.interfaces.IBond bond, org.openscience.cdk.interfaces.IAtom connectedAtom)
           
 
Method Summary
 org.openscience.cdk.interfaces.IBond getBond()
           
 org.openscience.cdk.interfaces.IAtom getConnectedAtom()
           
 int getConnectedAtomPosition()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DanglingBond

public DanglingBond(org.openscience.cdk.interfaces.IBond bond,
                    org.openscience.cdk.interfaces.IAtom connectedAtom)
             throws FingerPrinterException
Throws:
FingerPrinterException
Method Detail

getConnectedAtomPosition

public int getConnectedAtomPosition()

getConnectedAtom

public org.openscience.cdk.interfaces.IAtom getConnectedAtom()

getBond

public org.openscience.cdk.interfaces.IBond getBond()