Automata  1.0
Public Member Functions | Properties | List of all members
System.Automata.TuringTransition Class Reference

A transition for a Turing machine More...

Inheritance diagram for System.Automata.TuringTransition:
System.Automata.Transition

Public Member Functions

 TuringTransition (State p, char x, State q, char y, TuringMachine.Direction d)
 
override string ToString ()
 
- Public Member Functions inherited from System.Automata.Transition
 Transition (State p, char c, State q)
 
override string ToString ()
 

Properties

char B [get]
 The character to replace the current tape cell with. More...
 
TuringMachine.Direction Direction [get]
 The direction to move the tape head in. 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...
 

Detailed Description

A transition for a Turing machine

Constructor & Destructor Documentation

◆ TuringTransition()

System.Automata.TuringTransition.TuringTransition ( State  p,
char  x,
State  q,
char  y,
TuringMachine.Direction  d 
)
Parameters
pThe current state.
xThe current tape cell contents.
qThe next state.
yThe character to replace the tape cell with.
dThe direction to move the tape head after transitioning.

Property Documentation

◆ B

char System.Automata.TuringTransition.B
get

The character to replace the current tape cell with.

◆ Direction

TuringMachine.Direction System.Automata.TuringTransition.Direction
get

The direction to move the tape head in.


The documentation for this class was generated from the following file: