jET
1.0alpha5


Package prv.doman.fsa

A finite state automaton.

See:
          Description

Class Summary
Automaton The automaton is a short for FSA (finit state automaton).
 

Exception Summary
AutomatonException This is a superclass for all automaton exceptions.
FinalStateMissingException Thrown when the automaton does not have final states.
StateRedefinitionException Thrown when the state already exists in set of states.
UnknownLetterException Thrown when the letter does not exist in automaton.
UnknownStateException Thrown when the state does not exist in automaton.
 

Package prv.doman.fsa Description

A finite state automaton.

These classes implements a finite state automaton. States of automaton are represented by text names.


jET
1.0alpha5