Package org.biojava.utils.automata
Class DfaBuilder
- java.lang.Object
-
- org.biojava.utils.automata.DfaBuilder
-
public class DfaBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
constructSubsets()
FiniteAutomaton
getDFA()
-
-
-
Method Detail
-
getDFA
public FiniteAutomaton getDFA() throws AutomatonException
- Throws:
AutomatonException
-
constructSubsets
public void constructSubsets() throws AutomatonException
- Throws:
AutomatonException
-
-