Uses of Interface
org.biojava.utils.automata.StateMachineInstance

Packages that use StateMachineInstance
org.biojava.utils.automata   
 

Uses of StateMachineInstance in org.biojava.utils.automata
 

Methods in org.biojava.utils.automata that return StateMachineInstance
 StateMachineInstance StateMachineFactory.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.