| Interface | Description |
|---|---|
| DetOutputAutomaton<S,I,T,D> |
An automaton which deterministically produces an output for an input word.
|
| DetSuffixOutputAutomaton<S,I,T,D> | |
| InputAlphabetHolder<I> | |
| MutableProbabilistic<T> | |
| MutableStateOutput<S,O> | |
| MutableTransitionOutput<T,O> | |
| Output<I,D> |
Feature for automata that compute an output.
|
| OutputAutomaton<S,I,T,D> | |
| Probabilistic<T> | |
| StateIDs<S> | |
| StateOutput<S,O> |
State output concept.
|
| SuffixOutput<I,D> |
Feature for automata that compute a suffix-observable output function, i.e., they compute an output containing
a part that can be attributed to a suffix of the input.
|
| TransitionOutput<T,O> |
Transition output concept.
|
Copyright © 2018. All rights reserved.