Modifier and Type | Method and Description |
---|---|
FiniteAlphabet |
getAlphabet() |
String |
getName()
return the String label associated with this pattern.
|
Matcher |
matcher(SymbolList sl)
Creates a matcher that will match the given input against this pattern.
|
String |
patternAsString()
returns the Pattern to be matched as a String.
|
String |
patternExpanded()
returns the actual String used to construct the regex with all
ambiguities expanded.
|
public Matcher matcher(SymbolList sl)
sl
- SymbolList against which match is to be made.public String patternAsString()
public String patternExpanded()
public FiniteAlphabet getAlphabet()
Copyright © 2014 BioJava. All rights reserved.