uk.ac.shef.dcs.oak.jate.core.feature
Class AbstractFeature

java.lang.Object
  extended by uk.ac.shef.dcs.oak.jate.core.feature.AbstractFeature
Direct Known Subclasses:
FeatureCorpusTermFrequency, FeatureDocumentTermFrequency, FeatureRefCorpusTermFrequency, FeatureTermNest

public abstract class AbstractFeature
extends java.lang.Object

Representation of a term recognition feature built on an instance of GlobalIndex


Field Summary
protected  GlobalIndex _index
           
 
Constructor Summary
AbstractFeature()
           
 
Method Summary
 GlobalIndex getGlobalIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_index

protected GlobalIndex _index
Constructor Detail

AbstractFeature

public AbstractFeature()
Method Detail

getGlobalIndex

public GlobalIndex getGlobalIndex()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object