Package | Description |
---|---|
org.biojava.utils.regex |
This package is used to perform regular expression searches of
SymbolLists defined in arbitrary Alphabets.
|
Class and Description |
---|
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.
|
Copyright © 2014 BioJava. All rights reserved.