public interface AutomatonProvider
Automaton provider for
RegExp. RegExp.toAutomaton(AutomatonProvider,int)-
Method Summary
-
Method Details
-
getAutomaton
Returns automaton of the given name.- Parameters:
name- automaton name- Returns:
- automaton
- Throws:
IOException- if errors occur
-