Method SetAllowMutate
SetAllowMutate(Boolean)
Sets or resets allow mutate flag. If this flag is set, then all automata operations may modify automata given as input; otherwise, operations will always leave input automata languages unmodified. By default, the flag is not set.
Declaration
public static bool SetAllowMutate(bool flag)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | flag | if |
Returns
Type | Description |
---|---|
System.Boolean | previous value of the flag |