Package org.biojava.utils.automata
Interface StateMachineInstance
public interface StateMachineInstance
-
Method Details
-
transit
invoke transition from current state indicated by Symbol represented by symbol index.- Parameters:
symIdx
- alphabet index of the symbol encountered.- Returns:
- true if the symbol is valid and this state machine should continue to receive input.
-
parent
-
getStart
int getStart()
-