Uses of Package
org.biojava.utils.regex

Packages that use org.biojava.utils.regex
org.biojava.utils.regex This package is used to perform regular expression searches of SymbolLists defined in arbitrary Alphabets. 
 

Classes in org.biojava.utils.regex used by org.biojava.utils.regex
Matcher
          This class is analogous to java.util.Matcher except that it works on SymbolLists instead of Strings.
Pattern
          A class analogous to java.util.regex.Pattern but for SymbolLists.
PatternFactory
          A class that creates Patterns for regex matching on SymbolLists of a specific Alphabet.
RegexException
          An exception thrown by classes of this package.
Search.Listener
          Interface for a class that will recieve match information from this class.