Method IsEmptyString
IsEmptyString(Automaton)
Returns true
if the given automaton accepts the empty string and nothing
else.
Declaration
public static bool IsEmptyString(Automaton a)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a |
Returns
Type | Description |
---|---|
System.Boolean |