Uses of Class
salsa.corpora.elements.Terminal

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

Uses of Terminal in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Terminal
 java.util.ArrayList<Terminal> Terminals.getTerminals()
          Returns the list of Terminal elements.
 

Methods in salsa.corpora.elements with parameters of type Terminal
 void Terminals.addTerminal(Terminal newTerminal)
          Adds a new Terminal to this Terminals.
 

Uses of Terminal in salsa.corpora.processing
 

Methods in salsa.corpora.processing that return types with arguments of type Terminal
 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.
 java.util.ArrayList<Terminal> CorpusProcessor.getAllTerminalsInCorpus()
          Returns a list of all Terminal elements that are contained in any Sentence in the Corpus.