public interface BioPattern
| Modifier and Type | Method and Description |
|---|---|
BioMatcher |
matcher(SymbolList symList)
Get a matcher that will use these parameters to search a SymbolList.
|
BioMatcher matcher(SymbolList symList) throws IllegalAlphabetException
The resulting BioMatcher is independant of this BioPattern. In particular, calling any mutator methods on this pattern will not affect the matcher.
symList - the SymbolList to match againstIllegalAlphabetException - if symList is not over the right alphabetCopyright © 2020 BioJava. All rights reserved.