Interface IAutomatonProvider
Automaton provider for RegExp.
Note
This API is experimental and might change in incompatible ways in the next release.
Namespace: Lucene.Net.Util.Automaton
Assembly: Lucene.Net.dll
Syntax
public interface IAutomatonProvider
Methods
GetAutomaton(string)
Returns automaton of the given name.
Declaration
Automaton GetAutomaton(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Automaton name. |
Returns
| Type | Description |
|---|---|
| Automaton | Automaton. |
Exceptions
| Type | Condition |
|---|---|
| IOException | If errors occur. |