|
jET |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
A finite state automaton.
These classes implements a finite state automaton. States of automaton are represented by text names.
|
jET |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |