|
Automata
1.0
|
A transition for a Turing machine with multiple tapes. More...
Public Member Functions | |
| MultitapeTuringTransition (State p, char[] x, State q, Tuple< char, TuringMachine.Direction >[] y) | |
| override string | ToString () |
Public Member Functions inherited from System.Automata.Transition | |
| Transition (State p, char c, State q) | |
| override string | ToString () |
Properties | |
| ReadOnlyCollection< char > | InitialCharacters [get] |
| The list of current characters on each tape. More... | |
| ReadOnlyCollection< Tuple< char, TuringMachine.Direction > > | FinalMoves [get] |
| The list of moves for each tape. More... | |
Properties inherited from System.Automata.Transition | |
| State | P [get] |
| The current state. More... | |
| State | Q [get] |
| The next state. More... | |
| char | A [get] |
| The symbol to transition on More... | |
A transition for a Turing machine with multiple tapes.
|
get |
The list of moves for each tape.
|
get |
The list of current characters on each tape.
1.8.14