Automata  1.0
Properties | List of all members
System.Automata.Automaton Class Reference
Inheritance diagram for System.Automata.Automaton:
System.Automata.FiniteAutomaton System.Automata.PushdownAutomaton System.Automata.TuringMachine System.Automata.NondeterministicFiniteAutomaton System.Automata.MultitapeTuringMachine

Properties

States States [get, protected set]
 The set of states. More...
 
AcceptingStates AcceptingStates [get, protected set]
 The set of accepting states. More...
 
Alphabet Alphabet [get, protected set]
 The machine's alphabet. More...
 
State InitialState [get, protected set]
 The initial state. More...
 
TransitionFunction Transitions [get, protected set]
 The state transition mappings More...
 

Property Documentation

◆ AcceptingStates

AcceptingStates System.Automata.Automaton.AcceptingStates
getprotected set

The set of accepting states.

◆ Alphabet

Alphabet System.Automata.Automaton.Alphabet
getprotected set

The machine's alphabet.

◆ InitialState

State System.Automata.Automaton.InitialState
getprotected set

The initial state.

◆ States

States System.Automata.Automaton.States
getprotected set

The set of states.

◆ Transitions

TransitionFunction System.Automata.Automaton.Transitions
getprotected set

The state transition mappings


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