fingerprinters.topological
Class DepthFirstSearch.DepthFirstSearchFeature

java.lang.Object
  extended by fingerprinters.topological.DepthFirstSearch.DepthFirstSearchFeature
Enclosing class:
DepthFirstSearch

public class DepthFirstSearch.DepthFirstSearchFeature
extends java.lang.Object

Author:
russr

Constructor Summary
DepthFirstSearch.DepthFirstSearchFeature(org.openscience.cdk.interfaces.IAtom firstAtom, org.openscience.cdk.interfaces.IAtom lastAtom, int featureSize, java.lang.String featureString, int atomsHash)
           
 
Method Summary
 boolean compareTo(DepthFirstSearch.DepthFirstSearchFeature other)
           
 java.lang.String featureToString()
           
 int getAtomsHash()
           
 java.lang.String getFeatureString()
           
 org.openscience.cdk.interfaces.IAtom getFirstAtom()
           
 org.openscience.cdk.interfaces.IAtom getLastAtom()
           
 int hashToInteger()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthFirstSearch.DepthFirstSearchFeature

public DepthFirstSearch.DepthFirstSearchFeature(org.openscience.cdk.interfaces.IAtom firstAtom,
                                                org.openscience.cdk.interfaces.IAtom lastAtom,
                                                int featureSize,
                                                java.lang.String featureString,
                                                int atomsHash)
Method Detail

getAtomsHash

public int getAtomsHash()

featureToString

public java.lang.String featureToString()

hashToInteger

public int hashToInteger()

compareTo

public boolean compareTo(DepthFirstSearch.DepthFirstSearchFeature other)

getFeatureString

public java.lang.String getFeatureString()

getFirstAtom

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

getLastAtom

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