The set of all states
More...
|
|
int | Count => _states.Count |
| |
|
State | this[int i] => _states[i] |
| |
◆ States() [1/2]
| System.Automata.States.States |
( |
int |
n | ) |
|
Initialize the set with n states name qi for each <![CDATA[i < n]]>.
- Parameters
-
◆ States() [2/2]
| System.Automata.States.States |
( |
params State [] |
q | ) |
|
Initialize the set with the given states.
- Parameters
-
◆ Add()
| void System.Automata.States.Add |
( |
State |
q | ) |
|
Add a state to the set.
- Parameters
-
◆ Contains()
| bool System.Automata.States.Contains |
( |
State |
q | ) |
|
Check if the state exists in the set
- Parameters
-
- Returns
- True if it exists in the set.
The documentation for this class was generated from the following file:
- System.Automata/States.cs