A automaton state.
More...
|
|
| State (string name) |
| | - Parameters
-
| name | The name of the state |
|
| |
|
| State (int id) |
| |
|
override string | ToString () |
| |
|
override bool | Equals (object obj) |
| |
|
bool | Equals (State s) |
| |
|
override int | GetHashCode () |
| |
◆ Ha
| readonly State System.Automata.State.Ha = new State("Ha") |
|
static |
The Turing halting reject state.
◆ Hr
| readonly State System.Automata.State.Hr = new State("Hr") { Accepting = true} |
|
static |
The Turing halting accept state.
◆ Accepting
| bool System.Automata.State.Accepting |
|
getset |
Is the state an accepting state?
◆ Name
| string System.Automata.State.Name |
|
get |
The documentation for this class was generated from the following file: