| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SODetOutputAutomaton<S,I,T,O> | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DFA<S,I>Deterministic finite state acceptor | 
| interface  | FiniteStateAcceptor<S,I>FiniteStateAcceptors accept regular languages. | 
| interface  | MutableDFA<S,I> | 
| interface  | MutableFSA<S,I> | 
| interface  | MutableNFA<S,I> | 
| interface  | NFA<S,I>Nondeterministic finite state acceptor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDFA<S,I> | 
| class  | AbstractFSA<S,I> | 
| class  | AbstractMutableDFA<S,I> | 
| class  | AbstractMutableFSA<S,I> | 
| class  | AbstractMutableNFA<S,I> | 
| class  | AbstractNFA<S,I> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FastDFA<I> | 
| class  | FastNFA<I> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompactDFA<I> | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MealyMachine<S,I,T,O> | 
| interface  | MooreMachine<S,I,T,O> | 
| interface  | MutableMealyMachine<S,I,T,O> | 
| interface  | MutableMooreMachine<S,I,T,O> | 
| interface  | TransitionOutputAutomaton<S,I,T,O> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FastMealy<I,O>A fast implementation of a Mealy machine. | 
| class  | FastMoore<I,O>A fast implementation of a Moore automaton. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompactMealy<I,O> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBricsAutomatonBase class for Brics automata adapters. | 
| class  | BricsDFAAdapter class for wrapping a Brics automaton as a  DFA. | 
| class  | BricsNFAAdapter class for wrapping a Brics automaton as an  NFA. | 
Copyright © 2015. All Rights Reserved.