gate.util
Interface FeatureBearer

All Known Subinterfaces:
Annotation, Controller, Corpus, DataStore, Document, LanguageResource, LRDBWrapper, ProcessingResource, Resource, VisualResource
All Known Implementing Classes:
AbstractFeatureBearer, AnnotationImpl

public interface FeatureBearer

Classes that have features.


Method Summary
 FeatureMap getFeatures()
          Get the feature set
 String getName()
          Returns the name of this resource
 void setFeatures(FeatureMap features)
          Set the feature set
 void setName(String name)
          Sets the name of this resource
 

Method Detail

getFeatures

public FeatureMap getFeatures()
Get the feature set

setFeatures

public void setFeatures(FeatureMap features)
Set the feature set

setName

public void setName(String name)
Sets the name of this resource

getName

public String getName()
Returns the name of this resource