Uses of Class
salsa.corpora.elements.Match

Packages that use Match
salsa.corpora.elements   
 

Uses of Match in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Match
 java.util.ArrayList<Match> Matches.getMatches()
          Returns the list of Match elements.
 

Methods in salsa.corpora.elements with parameters of type Match
 void Matches.addMatch(Match newMatch)
          Adds a new Match to this Matches.