|
Automata
1.0
|
The set of all accepting states. More...
Public Member Functions | |
| AcceptingStates (params State[] q) | |
Public Member Functions inherited from System.Automata.States | |
| States (int n) | |
| Initialize the set with n states name qi for each <![CDATA[i < n]]>. More... | |
| States (params State[] q) | |
| Initialize the set with the given states. More... | |
| void | Add (State q) |
| Add a state to the set. More... | |
| bool | Contains (State q) |
| Check if the state exists in the set More... | |
| IEnumerator< State > | GetEnumerator () |
| override string | ToString () |
Additional Inherited Members | |
Public Attributes inherited from System.Automata.States | |
| int | Count => _states.Count |
| State | this[int i] => _states[i] |
The set of all accepting states.
These states should also be in the set of all states.
1.8.14