Uses of Class
ghm.follow.search.WordResult

Packages that use WordResult
ghm.follow.search   
 

Uses of WordResult in ghm.follow.search
 

Methods in ghm.follow.search that return WordResult
 WordResult LineResult.getWordResult(int index)
          Get a specific word result associated with this line.
 

Methods in ghm.follow.search that return types with arguments of type WordResult
 java.util.List<WordResult> LineResult.getWordResults()
          Get the word results associated with this line.
protected  java.util.List<WordResult> SearchEngine.regexSearch(java.util.regex.Pattern p, java.lang.String text)
          Searches text using the provided Pattern

Thanks to prec in #regex for correcting the use of Matcher.
 java.util.List<WordResult> SearchEngine.search(java.lang.String term, java.lang.String text)
          Search for term.
protected  java.util.List<WordResult> SearchEngine.textSearch(java.lang.String term, java.lang.String text)
          Searches text for term by performing a simple text search.
 

Methods in ghm.follow.search with parameters of type WordResult
 void LineResult.addWord(WordResult wordResult)
          Add a WordResult to this line
 



Copyright © 2008. All Rights Reserved.