Uses of Class
gate.creole.annic.Pattern

Packages that use Pattern
gate.creole.annic   
gate.creole.annic.lucene   
gate.gui   
 

Uses of Pattern in gate.creole.annic
 

Methods in gate.creole.annic with parameters of type Pattern
static String HTMLGenerator.generateHTMLTable(Pattern pattern)
          This method exports the annic pattern to HTML.
 

Uses of Pattern in gate.creole.annic.lucene
 

Fields in gate.creole.annic.lucene with type parameters of type Pattern
private  List<Pattern> LuceneSearcher.annicPatterns
          Found patterns.
 

Methods in gate.creole.annic.lucene that return types with arguments of type Pattern
private  List<Pattern> LuceneSearchThread.createAnnicPatterns(LuceneQueryResult aResult)
          Given an object of luceneQueryResult this method for each found pattern, converts it into the annic pattern.
private  List<Pattern> LuceneSearchThread.locatePatterns(String docID, String annotationSetName, List<List<PatternAnnotation>> gateAnnotations, List firstTermPositions, List<Integer> patternLength, String queryString)
          Locates the valid patterns in token stream and discards the invalid first term positions returned by the lucene searcher.
 List<Pattern> LuceneSearchThread.next(int numberOfResults)
          This method returns a list containing instances of Pattern
 

Uses of Pattern in gate.gui
 

Methods in gate.gui with parameters of type Pattern
private  void LuceneDataStoreSearchGUI.showResultInDocument(Document doc, Pattern result)