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
| Improve this Doc View SourceGetAutomaton(String)
Returns automaton of the given name.
Declaration
Automaton GetAutomaton(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Automaton name. |
Returns
Type | Description |
---|---|
Automaton | Automaton. |
Exceptions
Type | Condition |
---|---|
System.IO.IOException | If errors occur. |