public class ArrayStateMachineToolkit extends Object
Modifier and Type | Method and Description |
---|---|
StateMachineFactory |
getFactory(String factoryName,
FiniteAutomaton fa)
Returns a StateMachineFactory that produces instances
that implement a StateMachine equivalent to the
specified FiniteAutomaton.
|
public StateMachineFactory getFactory(String factoryName, FiniteAutomaton fa) throws IllegalAlphabetException
factoryName
- label for this factory.fa
- The FiniteAutomaton that describes the StateMachine.IllegalAlphabetException
Copyright © 2014 BioJava. All rights reserved.