Uses of Class
salsa.corpora.elements.Feature

Packages that use Feature
salsa.corpora.elements   
 

Uses of Feature in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Feature
 java.util.ArrayList<Feature> Annotation.getFeatures()
          Returns the list of Feature elements.
 

Methods in salsa.corpora.elements with parameters of type Feature
 void Annotation.addFeature(Feature newFeature)
          Adds a new Feature to this Annotation.