org.biojava.utils.automata
Class ArrayStateMachineToolkit

java.lang.Object
  extended byorg.biojava.utils.automata.ArrayStateMachineToolkit
All Implemented Interfaces:
org.biojava.utils.automata.StateMachineToolkit

public class ArrayStateMachineToolkit
extends Object
implements org.biojava.utils.automata.StateMachineToolkit


Method Summary
 StateMachineFactory getFactory(String factoryName, FiniteAutomaton fa)
          Returns a StateMachineFactory that produces instances that implement a StateMachine equivalent to the specified FiniteAutomaton.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public StateMachineFactory getFactory(String factoryName,
                                      FiniteAutomaton fa)
                               throws IllegalAlphabetException
Description copied from interface: org.biojava.utils.automata.StateMachineToolkit
Returns a StateMachineFactory that produces instances that implement a StateMachine equivalent to the specified FiniteAutomaton.

Specified by:
getFactory in interface org.biojava.utils.automata.StateMachineToolkit
Parameters:
factoryName - label for this factory.
fa - The FiniteAutomaton that describes the StateMachine.
Throws:
IllegalAlphabetException