dk.brics.automaton

Interface AutomatonProvider

public interface AutomatonProvider

Automaton provider for RegExp.toAutomaton
Method Summary
AutomatongetAutomaton(String name)
Returns automaton of the given name.

Method Detail

getAutomaton

public Automaton getAutomaton(String name)
Returns automaton of the given name.

Parameters: name automaton name

Returns: automaton

Throws: IOException if errors occur

Copyright © 2001-2008 Anders Møller.