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

A state transition More...

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

Public Member Functions

 Transition (State p, char c, State q)
 
override string ToString ()
 

Properties

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 state transition

Constructor & Destructor Documentation

◆ Transition()

System.Automata.Transition.Transition ( State  p,
char  c,
State  q 
)
Parameters
pThe current state
cThe current input symbol
qThe next state

For a epsilon-transition, use Alphabet.Alphabet.EmptyString

Property Documentation

◆ A

char System.Automata.Transition.A
get

The symbol to transition on

◆ P

State System.Automata.Transition.P
get

The current state.

◆ Q

State System.Automata.Transition.Q
get

The next state.


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