Uses of Class
salsa.corpora.elements.Fenode

Packages that use Fenode
salsa.corpora.elements   
salsa.corpora.processing   
 

Uses of Fenode in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Fenode
 java.util.ArrayList<Fenode> Target.getFenodes()
          Returns the list of Fenode elements of this Target.
 java.util.ArrayList<Fenode> FrameElement.getFenodes()
          Returns the list of Fenode elements of this FrameElement.
 

Methods in salsa.corpora.elements with parameters of type Fenode
 void Target.addFenode(Fenode newFenode)
          Adds a new Fenode to this Target.
 void FrameElement.addFenode(Fenode newFenode)
          Adds a new Fenode to this FrameElement.
 

Uses of Fenode in salsa.corpora.processing
 

Method parameters in salsa.corpora.processing with type arguments of type Fenode
 java.util.Set<Terminal> CorpusProcessor.getAllTerminals(java.util.ArrayList<Fenode> allFenodes)
          Returns a list of Terminal elements that correspond to the given set of Fenode elements.