org.biojava.utils.automata
Class DfaBuilder

java.lang.Object
  extended by org.biojava.utils.automata.DfaBuilder

public class DfaBuilder
extends Object


Method Summary
 void constructSubsets()
           
 FiniteAutomaton getDFA()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDFA

public FiniteAutomaton getDFA()
                       throws AutomatonException
Throws:
AutomatonException

constructSubsets

public void constructSubsets()
                      throws AutomatonException
Throws:
AutomatonException