public interface StateMachineFactory
Modifier and Type | Method and Description |
---|---|
void |
setListener(PatternListener listener) |
StateMachineInstance |
startInstance(int symIdx,
int start)
Return a StateMachineInstance if the Symbol represented
by the symbol index is valid as the initial symbol of
the pattern.
|
StateMachineInstance startInstance(int symIdx, int start)
symIdx
- alphabet index value for specified symbol.void setListener(PatternListener listener)
Copyright © 2014 BioJava. All rights reserved.