fingerprinters.features
Interface IFeature

All Superinterfaces:
java.lang.Comparable<IFeature>
All Known Implementing Classes:
ECFPFeature, NumericStringFeature

public interface IFeature
extends java.lang.Comparable<IFeature>


Method Summary
 boolean equals(java.lang.Object feature)
           
 java.lang.String featureToString()
           
 double getValue()
           
 int hashCode()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

featureToString

java.lang.String featureToString()

getValue

double getValue()

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

boolean equals(java.lang.Object feature)
Overrides:
equals in class java.lang.Object