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