Uses of Class
bioroot.PatternMatch

Packages that use PatternMatch
bioroot   
 

Uses of PatternMatch in bioroot
 

Methods in bioroot that return PatternMatch
 PatternMatch[] SearchHit.getLooseMatches()
           
 PatternMatch[] SearchHit.getWordBoundaryMatches()
           
static PatternMatch[] PatternMatch.mapIt(java.util.regex.Matcher matcher)
          Returns an array of hits (PatternMatch[]) given a Matcher.
static PatternMatch[] PatternMatch.arrayListToArray(java.util.ArrayList arrayList)
          Convert an ArrayList of PatternMatch to PatternMatch[]