Uses of Class
salsa.corpora.elements.Nonterminal

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

Uses of Nonterminal in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Nonterminal
 java.util.ArrayList<Nonterminal> Nonterminals.getNonterminals()
          Returns the list of Nonterminal elements.
 

Methods in salsa.corpora.elements with parameters of type Nonterminal
 void Nonterminals.addNonterminal(Nonterminal newNonterminal)
          Adds a new Nonterminal to this Nonterminals.
 

Uses of Nonterminal in salsa.corpora.processing
 

Methods in salsa.corpora.processing that return types with arguments of type Nonterminal
 java.util.ArrayList<Nonterminal> CorpusProcessor.getAllNonterminalsInCorpus()
          Returns a list of all Nonterminal elements that are contained in any Sentence in the Corpus.