|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.utils.automata.ArrayStateMachineToolkit
public class ArrayStateMachineToolkit
Method Summary | |
---|---|
StateMachineFactory |
getFactory(java.lang.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 |
---|
public StateMachineFactory getFactory(java.lang.String factoryName, FiniteAutomaton fa) throws IllegalAlphabetException
factoryName
- label for this factory.fa
- The FiniteAutomaton that describes the StateMachine.
IllegalAlphabetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |