public interface StateMachineInstance
Modifier and Type | Method and Description |
---|---|
int |
getStart() |
StateMachineFactory |
parent() |
boolean |
transit(int symIdx)
invoke transition from current state indicated by Symbol represented by symbol index.
|
boolean transit(int symIdx)
symIdx
- alphabet index of the symbol encountered.StateMachineFactory parent()
int getStart()
Copyright © 2014 BioJava. All rights reserved.