Method MakeString
MakeString(String)
Returns a new (deterministic) automaton that accepts the single given string.
Declaration
public static Automaton MakeString(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
Automaton |
MakeString(Int32[], Int32, Int32)
Declaration
public static Automaton MakeString(int[] word, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | word | |
System.Int32 | offset | |
System.Int32 | length |
Returns
Type | Description |
---|---|
Automaton |