org.biojava.utils.automata
Class PatternBlitz
java.lang.Object
org.biojava.utils.automata.PatternBlitz
public class PatternBlitz
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternBlitz
public PatternBlitz(FiniteAlphabet alfa,
org.biojava.utils.automata.StateMachineToolkit factory)
lock
public void lock()
setListener
public void setListener(PatternListener listener)
addPattern
public void addPattern(String pattern)
- add the specified regex to the patterns
used for searching.
search
public void search(SymbolList sl)
throws IllegalAlphabetException
- Throws:
IllegalAlphabetException